getElementById("download_btn").onclick = function () { //檔案下載網址var url = "/Download.ashx"; //產生form var form = document.createElement("form") ...
確定! 回上一頁