單項選擇題若要創(chuàng)建一個對于訪問網(wǎng)站的所有用戶均有效的變量passflag,以下方法中,正確的是()。

A.Session(“passflag”)=0
B.Application(“passflag”)=0
C.Set Session(“passflag”)=0
D.Public passflag


您可能感興趣的試卷

你可能感興趣的試題

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

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

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

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

4.單項選擇題用于設(shè)置頁面過期的時間為2分鐘,以下語句用法中,正確的說法是()。

A.Request.Expires=2
B.Response.Expires=2
C.Request.ExpireAbslute=2
D.Response.ExpireAbslute=2