let filepath = Bundle.main.path(forResource: "JsCallNative.html", ofType: nil)
let content = try! String.init(contentsOfFile: filepath!, encoding: .utf8)
self.webview.loadHTMLString(content, baseURL: nil)
let filepath = Bundle.main.path(forResource: "JsCallNative.html", ofType: nil)
let content = try! String.init(contentsOfFile: filepath!, encoding: .utf8)
self.webview.loadHTMLString(content, baseURL: nil)
本文标题:iOS WKWebView加载本地文件
本文链接:https://www.haomeiwen.com/subject/mrsscktx.html
网友评论