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

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


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題若要設置服務器執(zhí)行ASP頁面的最長時間為70秒,以下語句正確的是()

A.Server.TimeOut = 70
B.Server.TimeOut=70000
C.Server.ScriptTime=70
D.Server.ScriptTimeOut=70