python webkitgtk xmlhttprequest 文件协议
如何在 pywebkit 中为 file:// 协议启用 xmlhttprequest ?
就像 Chrome
http://www.google .com/support/forum/p/Chrome/thread?tid=171316324d16747b&hl=en
How to enable xmlhttprequest for file:// protocol in pywebkit ?
just like chrome does
http://www.google.com/support/forum/p/Chrome/thread?tid=171316324d16747b&hl=en
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在
WebView
上设置enable-file-access-from-file-uris
属性:写入
内容的示例文件
进入正文:foo.html
file://./bar.htmlSet the
enable-file-access-from-file-uris
property onWebView
:Example file
foo.html
which writes contents offile://./bar.html
into the body: