document.onpaste = function(event) {. var items = event.clipboardData.items;. console.log(JSON.stringify(items)); // will give you the mime types.
確定! 回上一頁