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.
是否可以在没有 XMLHttpRequest 的情况下打开本地文件(来自 PC 本身的 .html 文件)进行随机读取和写入,并且无需将所有内容加载到 RAM?
不可能。XMLHttpRequest不用于读取本地文件,而是用于向网络服务器发送请求。
XMLHttpRequest