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.
是否可以使用 XHR 仅获取文件的标题而不下载文件本身?
您可以使用 http HEAD 方法而不是 GET 方法。
xhr.open("HEAD", url, async)