我想在 HTML 文件中显示 txt 文件。我找到了一种简单的方法,就是使用 html 的 iframe 标签
<iframe src="test.txt" style="width:100%; height:100%;" frameborder="0" scrolling="auto"/>
但对用户不友好。有没有其他更好的方法。
我想在 HTML 文件中显示 txt 文件。我找到了一种简单的方法,就是使用 html 的 iframe 标签
<iframe src="test.txt" style="width:100%; height:100%;" frameborder="0" scrolling="auto"/>
但对用户不友好。有没有其他更好的方法。
几个选项: - javascript/ajax - php
这个线程有一些很好的建议: http: //www.hotscripts.com/forums/html-xhtml-xml/53593-how-display-text-file-using-php-html.html