题目内容
A localStorage.getItem(key)。该接口用于获取指定key本地存储的值。
B localStorage.length。该接口表示对象中存储的键值对的数量。
C localStorage.removeItem(key)。该接口用于删除指定key本地存储的值。
D localStorage.key(index)。该接口用于将value存储到key字段。index从0开始。
查看答案
搜索结果不匹配?点我反馈