reader.onloadend = function() { if (reader.error) { $("#message").html("文件加载失败!"); } else { var ppt = reader.result; ...
確定! 回上一頁