我有这个功能:function doStuff(range, file) { var fr = new FileReader(); var hash = ''; fr.onload = function (e) { ...
確定! 回上一頁