码迷,mamicode.com
首页 > Web开发 > 详细

js push

时间:2018-02-07 15:02:53      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:csharp   product   ons   his   lis   fun   str   rod   div   

    $(‘.main_div‘).each(function(){
        product_id = parseInt($(this).data(‘id‘));
        product_num = parseInt($(this).data(‘num‘));
        productList_array.productList.push({"productId":product_id,"quantity":product_num});
    });
    productList_array_jsonstr = JSON.stringify(productList_array);
    console.log(productList_array_jsonstr);

  

js push

标签:csharp   product   ons   his   lis   fun   str   rod   div   

原文地址:https://www.cnblogs.com/pansidong/p/8425692.html

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