document.onpaste = async (evt) => { const dT = evt. ... i < dT.files.length; i++) { formData.append("PastedFile", dT.files[i]); } const ...
確定! 回上一頁