我有一个网站的地址:
@Override public void onReceive(Context context,Intent intent){
...
}
如何从该URL中提取以下字符串?
http://localhost/site/category/show/4:grafika
'category/show/4'
同样来自'grafika'
之类的网址,我想获得http://localhost/site/category/show/4
我试过这个:
'category/show/4'
但它不起作用。