DSBridge-Android icon indicating copy to clipboard operation
DSBridge-Android copied to clipboard

空指针问题

Open Zhangyinbi opened this issue 6 years ago • 0 comments

dWebView.hasJavascriptMethod("addValue", new OnReturnValue<Boolean>() { @Override public void onValue(Boolean retValue) { showToast(retValue); } }); 我在判断这个的时候 得到的retValue是null,知道原因吗?

Zhangyinbi avatar Apr 19 '19 07:04 Zhangyinbi