我想从中提取URL hi there this is a URL String http://mytest.com.
我尝试使用EditText.getURLs,但它对我不起作用.
EditText.setText("hi there this is a URL String http://stackoverflow.com");
EditText.getURLs.toString();
Run Code Online (Sandbox Code Playgroud)
如何从EditText获取URL?