android 端向js 传值 String 值会被截断

webView.post(new Runnable() {

@Override

                        public void run() {

////////////////////////////////////      webView.loadUrl("javascript:"+tempCon+"('\\" + result + "\')");

                                           webView.loadUrl("javascript:"+tempCon+"('" +result +"\')");

                            Log.e("zzzz",result);

                        }

你可能感兴趣的:(android 端向js 传值 String 值会被截断)