我用這行代碼到本地的HTML文件加載到Web視圖:NSURL參數添加到fileURLWithPath方法
NSURL *url = [NSURL fileURLWithPath:[[NSBundle mainBundle] pathForResource:@"index" ofType:@"html" inDirectory:@"html"]];
但是我想一些HTTP參數沒有運氣添加到URL爲止。
我已經試過這樣:
url = [url URLByAppendingPathComponent:@"?param1=1"];
但經過這一個html不會在web視圖加載。
有沒有辦法使用params在webview中加載本地html文件?
如果您在添加參數後添加了「NSlog」URL,那麼它們包含在內? – rckoenes 2012-08-09 11:41:50