美文网首页
H5 : web storage api

H5 : web storage api

作者: 我爱吃肥肠 | 来源:发表于2018-02-05 16:04 被阅读0次

    web storage api:web-storage是一些关于web存储的api集.

    H5的web storage的本地存储实现主要是两种:session storage和local storage.挂在window对象下的两个属性.

    setItem(key,value):

    getItem(itemname):

    removeItem(itemname):

    key(index):

    clear():

    相关文章

      网友评论

          本文标题:H5 : web storage api

          本文链接:https://www.haomeiwen.com/subject/bdhizxtx.html