單項(xiàng)選擇題ASP指的是()。

A.A Server Page
B.Active Standard Pages
C.Active Server Pages
D.All Standard Pages


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在ASP中,默認(rèn)的腳本語言是()。

A.VBScript
B.EcmaScript
C.PERL
D.JavaScript

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

A.Request.QueryString
B.Request.Form

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

A.Request.QueryString
B.Request.Form

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

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

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

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