A.布爾型 B.整型 C.字符串型 D.浮點(diǎn)型
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");
A.將用戶的請求發(fā)送到相應(yīng)的Action對象 B.僅僅向用戶返回信息 C.提供對標(biāo)記庫的關(guān)聯(lián)支持 D.是唯一的一個(gè)中心控制器