單項選擇題若要獲得當前正在執(zhí)行的腳本所在頁面的虛擬路徑,以下用法中,正確的是()。

A.Requst.ServerVariables(“SCRIPT_NAME”)
B.ResponsE.ServerVariables(“SCRIPT_NAME”)
C.Requst.ServerVariables(“PATH_TRANSLATED”)
D.ResponsE.ServerVariables(“PATH_TRANSLATED”)


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題若要獲得名為username的Cookie值,以下語句正確的是()。

A.Requst.Cookie(“username”)
B.Requst.Cookies(“username”)
C.ResponsE.Cookie(“username”)
D.ResponsE.Cookies(“username”)