Google Chrome“--allow-access-from-files”模式不起作用

Google Chrome“--allow-access-from-files”模式不起作用

我需要运行一个 JavaScript 代码,该代码可以从 Google Chrome 访问文件系统(使用 file:// 协议)。我已经看到可以使用所谓的--allow-access-from-files选项来允许它,如下所述:http://www.chrome-allow-file-access-from-file.com/在 Windows 电脑上,它运行起来非常顺畅。在我的笔记本电脑上使用 Xubuntu 时,我尝试了:

google-chrome --allow-access-from-files

google-chrome --allow-file-access-from-files

但似乎都不起作用。我收到了不愉快的消息:

XMLHttpRequest cannot load file:///home/me/xxx.txt Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https, chrome-extension-resource.

我错过了什么?

相关内容