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.
好的,几天前我在阅读/观看什么的,遇到了这个把戏。这表示它告诉浏览器不要提示下载,而是打开它或尝试下载。
我忘记了我在哪里读到它或它告诉了什么。
我只知道这是关于 url 或 headers 的。
您必须将名为 Content-Disposition 的 http 标头设置为附件或内联。
"content-disposition" : "inline;filename=somefile.ext")