Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在不使用文件选择器的情况下通过 javascript 访问特定文件?
假设我想读取这个文件:C:\Users\...\aa.txt直接读入一个变量,没有文件选择器。
C:\Users\...\aa.txt
如果这是不可能的,那么最好的方法是什么?
这是不可能的(谢天谢地)。允许客户端脚本完全访问用户的文件系统将存在严重的安全漏洞。
实现这一点(在网站上)的唯一方法是通过标准file输入。
file