單項(xiàng)選擇題讀取sessionStorage數(shù)據(jù)的方法是:()

A.sessionStorage.getItem("鍵值");
B.sessionStorage.getItem("鍵名");
C.sessionStorage.loadItem("鍵值");
D.sessionStorage.loadItem("鍵名");


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題讀取localStorage數(shù)據(jù)的方法是:()

A.localStorage.getItem("鍵值");
B.localStorage.getItem("鍵名");
C.localStorage.loadItem("鍵值");
D.localStorage.loadItem("鍵名");

2.單項(xiàng)選擇題本地存儲(chǔ)用到的鍵名只能是:()

A.唯一的
B.多樣性的
C.可變得
D.無(wú)所謂

3.單項(xiàng)選擇題window.history.forward()它表示()

A.前進(jìn)到下一個(gè)頁(yè)面
B.返回到上一個(gè)頁(yè)面
C.刷新到下一個(gè)頁(yè)面
D.刷新到當(dāng)前頁(yè)面

4.單項(xiàng)選擇題創(chuàng)建Canvas畫(huà)布使用的方法是:()

A.getContext("3d");
B.document.Context("3d");
C.getContext("2d");
D.document.Context("2d");

5.單項(xiàng)選擇題Canvas用于填充顏色的屬性是:()

A.fillStyle
B.fillRect
C.lineWidth
D.strokeRect