网页加载中的例外情况

时间:2011-06-18 09:26:51

标签: iphone ipad exception uiwebview

我在加载UIWebView时遇到异常。

显示。 500个异常页面无法显示..

我确实不确定这是服务器端还是客户端问题。

如何处理这种异常。

NSURLRequest *req;
req=[NSURLRequest requestWithURL:[NSURL URLWithString:[NSString stringWithFormat:@"http://.....",parameter]]];
    [[[featuredAsset viewControler] iWebview] loadRequest:req];   

@thanks提前。

0 个答案:

没有答案