單項選擇題

于下面的語句,執(zhí)行的結(jié)果是() 
<%  
Response.Write("中國") 
Response.End 
Response.Write("你好") 
%>

A.中國你好
B.中國
C.你好
D.出錯


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題Request.Form讀取的數(shù)據(jù)是()

A.以Post方式發(fā)送的數(shù)據(jù)
B.以Get方式發(fā)送的數(shù)據(jù)
C.超級連接后面的數(shù)據(jù)
D.以上都不對

2.單項選擇題下面屬于Server對象的方法的是()

A.CreateObject
B.HTMLEncode
C.MapPath
D.以上全都是

4.單項選擇題若要將一虛擬路徑“ch05\user”轉(zhuǎn)換成物理路徑,以下語句中,正確的是()

A.Session.Mappath(“ch05\user”)
B.Response.Mappath(“ch05\user”)
C.Server.Mappath(“ch05\user”)
D.Request.Mappath(“ch05\user”)