无法在 Firefox 中的 html iframe 中查看 .txt

无法在 Firefox 中的 html iframe 中查看 .txt

(这可能看起来像一个愚蠢的问题,对不起,它太具体了,但我无法找到解决我的问题的方法)

在处理一些本地 html 文件时,我发现当我尝试在 Firefox 中的 iframe 中打开 .txt 文件时,它会显示一条“未找到”消息,提示 Firefox 在存储 html 文件的目录中找不到该文件。

但是在 Chromium 中打开相同的 html 文件时,一切正常,并且文本文件在 iframe 内打开。

我的 iframe 代码如下:

<iframe src="file:///home/aakash/Desktop/todo.txt" width="300px" style="background-color: rgba(255, 255, 255, 0.671); border: 0cm; display: inline-block;"></iframe>

另一方面,Windows 操作系统上一切都运行良好......

相关内容