UIWebView baseURL and absolute path
问题 I have an HTML page that is constructed like this: <html> <head> <link rel="stylesheet" href="/style.css" /> </head> <body> </body> </html> It is stored in my documents directory: /Users/username/Library/Application Support/iPhone Simulator/5.1/Applications/12345-ID/Documents/mysite/index.html I have also stored the style.css in the documents directory: /Users/username/Library/Application Support/iPhone Simulator/5.1/Applications/12345-ID/Documents/mysite/style.css But now, when I try to load