UIWebView *webView;
nsstring *urlString;
Nsurl *url;
NSRequest *request;
[webView loadRequst];
[self.view addSubview:webView];
参考案例:
http://sourcefreeze.com/ios-webview-uiwebview-example/
转载于:https://www.cnblogs.com/puppyb2m/p/4777945.html