We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
在onCreate 方法中打开调试功能:
if (Build.VERSION.SDK_INT >= 19){ WebView.setWebContentsDebuggingEnabled(true); }
运行程序,通过USB连接电脑,在Chrome 中输入:chrome://inspect
点击inspect 进入调试。