标签: google-chrome-app
我想在另一个HTML中显示存储在本地PC中的html文件。我怎么做?我尝试使用iframe并提供file:/// protocol。它给了我不允许加载本地资源:错误。
答案 0 :(得分:0)
在Chrome应用中,要访问本地文件/文件夹,您需要使用chrome.fileSystem API并让用户为您选择文件/文件夹(作为您以后可以保留的访问权限)。< / p>
chrome.fileSystem
您无法使用Chrome应用中的file:///。
file:///