Home >Backend Development >PHP Tutorial >javascript打开文件问题

javascript打开文件问题

WBOY
WBOYOriginal
2016-06-23 14:02:26802browse

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


回复讨论(解决方案)

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

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

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

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

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

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn