访问本地资源file://
设置:
wkwebView!.configuration.preferences.setValue(true, forKey: "allowFileAccessFromFileURLs")
//update 2018-06-14
跨域需要服务器的响应头设置Access-control
需要额外注意的是,如果有自定义的header字段,需要加到Access-control-Allow-header
里面。 参考https://blog.csdn.net/xuedapeng/article/details/79076704