強制下載HTML中的連結最近我發現可以在a標籤中加入download屬性: 1<a href="file.pdf" download>pdf</a> 這樣瀏覽器就會強制下載連結,即使該檔案可以在瀏覽器中打開(例如PDF檔)。 這個方法只適用於同源的連結。 tags: [“download attribute”, “force download”, “HTML”, “links”, “same origin”]