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

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


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題本地存儲用到的鍵名只能是:()

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

2.單項選擇題window.history.forward()它表示()

A.前進到下一個頁面
B.返回到上一個頁面
C.刷新到下一個頁面
D.刷新到當前頁面

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

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

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

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

5.單項選擇題Canvas繪制線條時用下面哪個方法設(shè)置起點坐標:()

A.lineTo
B.moveTo
C.startTo
D.beginTo