FileReader 是异步读取的,我不知道结果何时可以使用。怎么做? ... function readFile(file){ var reader = new FileReader(), result = 'empty'; ...
確定! 回上一頁