readAsText (file,"utf-8");//讀取File對象數據內容並存到Reader對象的result屬性中去reader.onload = function(){ console.log("已經成功加載") } ...
確定! 回上一頁