FileReader 物件允許Web應用程式非同步讀取儲存在使用者計算機上的檔案 ... readAsText(file, "UTF-8");//讀取檔案 reader.onload = function (evt) ...
確定! 回上一頁