Heim >Backend-Entwicklung >PHP-Tutorial >javascript打开文件问题

javascript打开文件问题

WBOY
WBOYOriginal
2016-06-23 14:02:26804Durchsuche

<script> <br /> var filename= 'C:\fakepath\mysql.php'; <br /> var data = ......... <br /> </script>
请教怎么让读取filename这个文件的内容道data中


回复讨论(解决方案)

使用 FileSystemObject 对象
但不能在 web 方式下使用

js手册中有详细的说明和示例

为什么不用php读取,多间的事。

谢谢,FileSystemObject我看一下 ,还有你说为啥不在php中读取  因为我这个是websockt的传输文件内容的,

我用的是mac系统,貌似ActiveXObject不能创建对象啊。。。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn