How to make the following table into a JSON string in jquery/javascript?
Column 1 6条回答 佛祖请我去吃肉 (楼主) 2020-11-27 19:47 Here is a solution without jQuery, inspired by this article: function tableToJson(table) { var data = []; for (var i=1; i 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Here is a solution without jQuery, inspired by this article:
function tableToJson(table) { var data = []; for (var i=1; i