【判断题】
A、www B、sina C、com D、cn
A、www://www.sina.com.cn B、http:///www.sina.com.cn C、http:\\www.163.net\infor.htm D、ftp://www.163.net
A、URL url=new URL("http","www.sina.com.cn/index.html",80); B、URL url=new URL("http://www.sina.com.cn/index.html"); C、URL url=new URL("http","www.sina.com.cn",80,"index.html"); D、Url url=new URL("http","www.sina.com.cn/index.html");