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.
假设我有一个 10mb 的 CSV 文件,我想使用 AJAX(或其他)加载到 JavaScript 应用程序中。是否可以在加载期间从中读取?
因此,如果加载了 50%,是否可以访问文件的前 50%?
我应该是可能的,因为文件一次读取一行,你只需要创建一个函数来遍历已经读取的行并显示信息。