标签: java android webview android-webview
我有一个在WebView中从JS(ajax)调用的url。我需要知道这个URL响应代码是否为200.所以我尝试使用shouldInterceptRequest(),但这只返回url而不是响应代码。
shouldInterceptRequest()