複製程式碼程式碼如下: var fileReader = new FileReader(); fileReader.onloadend = function(){ console.log(this.readyState); // 這個時候應該是2
確定! 回上一頁