單項(xiàng)選擇題在執(zhí)行A頁面時(shí),若要調(diào)用執(zhí)行B頁面,B頁面執(zhí)行完后,繼續(xù)執(zhí)行A頁面,則應(yīng)使用Server對象的()方法來實(shí)現(xiàn)。

A.Transfer
B.Redirect
C.Flush
D.Execute


您可能感興趣的試卷

你可能感興趣的試題

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

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