A.sessionStorage.setItem("鍵名","鍵值");
B.sessionStorage.saveItem("鍵名","鍵值");
C.sessionStorage.setItem("鍵值","鍵名");
D.sessionStorage.saveItem("鍵值","鍵名");
您可能感興趣的試卷
你可能感興趣的試題
A.sessionStorage.getItem("鍵值");
B.sessionStorage.getItem("鍵名");
C.sessionStorage.loadItem("鍵值");
D.sessionStorage.loadItem("鍵名");
A.localStorage.getItem("鍵值");
B.localStorage.getItem("鍵名");
C.localStorage.loadItem("鍵值");
D.localStorage.loadItem("鍵名");
A.唯一的
B.多樣性的
C.可變得
D.無所謂
A.前進(jìn)到下一個頁面
B.返回到上一個頁面
C.刷新到下一個頁面
D.刷新到當(dāng)前頁面
A.getContext("3d");
B.document.Context("3d");
C.getContext("2d");
D.document.Context("2d");
最新試題
關(guān)于text-shadow以下說法不正確的是()
想要實現(xiàn)文本的陰影效果,以下哪個選項是錯誤的?()
下面有關(guān)彈性盒子模型的說法中,不正確的是()。
下面有關(guān)html5本地存儲的說法中,正確的是()
在CSS3多列布局中,如果想要為列與列之間定義間距,應(yīng)該使用()屬性來實現(xiàn)。
如果想要定義一個元素為半透明,且不能影響內(nèi)部文本的透明度,可以使用()來實現(xiàn)。
如果父元素定義了“display:flex;”,想要實現(xiàn)子元素在父元素中的垂直居中,可以使用()來實現(xiàn)。
在CSS3中,我們可以使用()屬性來定義元素是否禁用鼠標(biāo)單擊事件。
有關(guān)HTML5中的數(shù)據(jù)庫,以下說法不正確的是()
下面有關(guān)CSS3新增的偽類選擇器的說法中,正確的是()。