From e159d1b2be0844aeef063bc730db9785bac68164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=87=A1=E6=A2=A6=E6=98=9F=E5=B0=98?= Date: Fri, 16 Jun 2017 14:53:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=89=E6=8B=A9=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E4=B8=8A=E4=BC=A0=E6=97=B6=E8=8E=B7=E5=8F=96=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=86=85=E5=AE=B9JSON=E8=A7=A3=E6=9E=90=E5=87=BA?= =?UTF-8?q?=E9=94=99(JAVA=E7=8E=AF=E5=A2=83)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dialogs/image/image.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogs/image/image.js b/dialogs/image/image.js index b6222df1..9d835541 100755 --- a/dialogs/image/image.js +++ b/dialogs/image/image.js @@ -206,7 +206,7 @@ } $('').insertBefore(me.dialog).on('load', function(){ - var r = this.contentWindow.document.body.innerHTML; + var r = this.contentWindow.document.body.innerText; if(r == '')return; me.uploadComplete(r); $(this).unbind('load');