function readFile(file) { var reader = new FileReader(); // it is necessary ... in the context file // so make it right now reader.onload = (function (file) ...
確定! 回上一頁