單項選擇題ASP腳本中向客戶端輸出信息的方式有()

A.<%=變量名%>
B.<%Response.write “輸出內(nèi)容”%>
C.<%print “輸出內(nèi)容”%>
D.<%echo “輸出內(nèi)容”%>


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題Server對象中用于將虛擬路徑轉(zhuǎn)換成實際路徑的方法是()。

A.Mappath
B.Creatobject
C.Htmlencode
D.Htmldecode

2.單項選擇題()驗證控件用于顯示W(wǎng)eb頁上所有驗證錯誤的列表。

A.comparevalidator
B.customvalidator
C.validationsummary
D.rangevalidator

3.單項選擇題()驗證控件用于計算輸入控件的值,以確定該值是否與某個正則表達式所定義的模式相匹配。

A.comparevalidator
B.regularexpressionvalidator
C.customvalidator
D.rangevalidator

4.單項選擇題Datagrid控件的()屬性獲取和設(shè)置是否啟用排序的值。

A.allowpaging
B.allowcustompaging
C.allowsorting
D.allow