要求创建一个URL对象url,使url能够访问资源http: //localost:8080/login.action,请写出一条语句。
【正确答案】
URL url=new URL("http://localost:8080/login.action");
【答案解析】
提交答案
关闭