标签: ios iphone
let path = NSBundle.mainBundle().bundlePath let baseURL = NSURL.fileURLWithPath(path) webView.loadHTMLString("<img src=\"img.png\" />", baseURL: baseURL)
img.png可以在模拟器上加载,但不能在我的iPhone上加载。 怎么了?