NSURL *loadingUrl = [NSURL URLWithString:@"www.baidu.com"];
NSURLRequest *request = [NSURLRequest requestWithURL:loadingUrl];
UIWebView
string