document.onpaste = function (event) { var items = (event.clipboardData.items); // find pasted image among pasted items var blob = null;
確定! 回上一頁