A.location.search B.location.query C.history.query D.window.search
A.兩者都可以設置存放數(shù)據的過期時間 B.兩者存放的數(shù)據默認都會傳遞到服務器端 C.localStorage可存放的數(shù)據比Cookie更大 D.localStorage可以訪問存放在其它域名下的數(shù)據而Cookie不可以
下面代碼中的輸出結果為?()
A.null B.undefined C.false D.報錯,無法正確運行