如何等待onload事件完成function(){ var filedata=null; reader.onload=function(e){ filedata=e.target.result; }; reader.readAsBinaryString(file) ...
確定! 回上一頁