Android Studio WebView error: incompatible types: String cannot be converted to Uri

后端 未结 0 1700
余生分开走
余生分开走 2021-02-05 18:08

The following is the code I tried to get "id" value from the currently loaded URL in webview

        Uri uri = Uri.parse(webView.getUrl());
        Stri         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题