阅读背景:

Android应用中未处理的异常java.net.MalformedURLException

来源:互联网 

I have a problem in my code

我的代码中有问题

void getItembyID(String code){
    String site;
    site = "http:/www.sprii.net/db/getItem.php?pid="+code+"/";
    URL url = new URL(site);
}
void g



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: