我想从android中的String解析url.示例String是
"This is a new message. The content of the message is in 'http://www.example.com/asd/abc' "
我想http://www.example.com/asd/abc在不使用subString方法的情况下解析String中的url .
http://www.example.com/asd/abc
java android
android ×1
java ×1