目前要把用base64顯示的圖做點擊下載圖片的功能 function downIMG(id) { var img = document.getElementById(id); var url = img.src.replace(/^data:image\/[^;]/, ...
確定! 回上一頁