//文件上傳時實現文件預覽 var objUrl1 = window.URL.createObjectURL(this.files[0]); $("#img0").attr("src",objUrl1);