IOS UIWebView使用开发
时间:2014-09-16 02:45:20
收藏:0
阅读:294
NSURL *loadingUrl = [NSURL URLWithString:@"www.baidu.com"];
NSURLRequest *request = [NSURLRequest requestWithURL:loadingUrl];
UIWebView
string
原文:http://roderickkennedy.blog.51cto.com/6758427/1553087
评论(0)