jq点击按钮添加元素到数组

2020-12-22 02:26

阅读:696

标签:添加元素   UNC   定义   push   his   cli   als   array   btn   

 var array = [];//定义空数组
    //提交按钮点击事件
    $(#submitBtn).click(function() {
            array.push(obj); //添加到数组中
            localStorage.setItem(hisplate, JSON.stringify(array));//
            plates = JSON.parse(localStorage.getItem(hisplate))//
            console.log(plates)
    }) 

 

jq点击按钮添加元素到数组

标签:添加元素   UNC   定义   push   his   cli   als   array   btn   

原文地址:https://www.cnblogs.com/minghan/p/13217333.html


评论


亲,登录后才可以留言!