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");
最新試題
在CSS3中,濾鏡效果都是使用()屬性來實現(xiàn)的。
想要實現(xiàn)文本的陰影效果,以下哪個選項是錯誤的?()
當(dāng)我們設(shè)置了屬性“text-stroke:1px red;”,而IE瀏覽器并不顯示。那么最有可能的原因是()
如果父元素定義了“display:flex;”,想要實現(xiàn)子元素在父元素中的垂直居中,可以使用()來實現(xiàn)。
下面有關(guān)CSS3中calc()函數(shù)的說法中,正確的是()。
在CSS3中,我們可以使用()屬性來定義動畫在過渡時間內(nèi)的速率變化方式。
下面有關(guān)CSS3新增的偽類選擇器的說法中,正確的是()
在CSS3中,我們可以使用()選擇器來定義單行文本框獲取焦點時的樣式。
如果想要實現(xiàn)亮度濾鏡效果,可以使用()來實現(xiàn)。
下面有關(guān)html5本地存儲的說法中,正確的是()