标签: ios uiwebview
如何在使用UIWebView的baseURL:?
baseURL:
loadData:MIMEType:textEncodingName:baseURL:
当baseURL设置为nil时,相对网址(树中的html网页)根本不起作用。
baseURL
nil
答案 0 :(得分:1)
它的资源之路:
[webView loadData:data MIMEType:type textEncodingName:name baseURL:[NSURL urlWithString:pathToResources]];