readAsDataURL(inp.files[0]); //使用文件读取对象读取图片为base64编码 19 } 20 reader.onload = function(e){ //当图片读取成功后触发 21 var img ...
確定! 回上一頁