码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2020-07-01 09:32:59      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:添加元素   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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!