我在加载UIWebView时遇到异常。
显示。 500个异常页面无法显示..
我确实不确定这是服务器端还是客户端问题。
如何处理这种异常。
NSURLRequest *req;
req=[NSURLRequest requestWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://.....",parameter]]];
[[[featuredAsset viewControler] iWebview] loadRequest:req];
@thanks提前。