var reader = new FileReader();. //Read the file into the page as text. reader.readAsText(file);. reader.onload=function(f){. var result=document.
確定! 回上一頁