美文网首页
进入百度的网页

进入百度的网页

作者: 傲骨天成科技 | 来源:发表于2016-03-30 19:26 被阅读18次

    UIWebView *webView = [[UIWebView alloc] initWithFrame:self.view.frame];

    NSURL *url = [NSURL URLWithString:@"HTTP://www.baidu.com"];

    [webView loadRequest:[NSURLRequest requestWithURL:url]];

    [self.view addSubview:webView];

    相关文章

      网友评论

          本文标题: 进入百度的网页

          本文链接:https://www.haomeiwen.com/subject/vdhelttx.html