Html
    Css
    Js

    
                        

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

localStage数据储存的封装

更新时间:2021-03-08 01:07:34

/*设置数据*/

cl_localstorage.setitem('键','值')

/*获取数据*/

cl_localstorage.getitem('键', '默认值')

/*保存*/

cl_localstorage.save()

/*移除指定数据*/

cl_localstorage.removeitem('键')

/*清空数据*/

cl_localstorage.clear()
0