單項選擇題如何從使用"get"方法提交的表單中獲得數(shù)據(jù)?()

A.Request.QueryString
B.Request.Form


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題如何從使用"post"方法提交的表單中獲得數(shù)據(jù)?()

A.Request.QueryString
B.Request.Form

2.單項選擇題假設(shè)頁面1擁有以下鏈接:Go,那么page2.asp如何獲得color參數(shù)?()

A.Request.QueryString("color")
B.Response.Parameter("color")
C.Response.QueryString("color")
D.Get("color")

3.單項選擇題哪個ASP屬性可用于識別用戶?()

A.Server對象
B.Application對象
C.ASP Cookie

4.單項選擇題靜態(tài)網(wǎng)頁文件的后綴是()。

A.asp
B.aspx
C.htm
D.jsp

5.單項選擇題下列屬于ASP六大對象的是()。

A.createobject
B.cookies
C.Document
D.ObjectContext