摘要: function removeEmpty(arr) { for (var i = 0; i < arr.length; i++) { if (arr[i] == "" || typeof (arr[i]) == "undefined") { arr.splice(i, 1); i = i - 1; 阅读全文
posted @ 2019-07-18 20:03 金陵彭于晏 阅读(793) 评论(0) 推荐(0) 编辑
摘要: for (var i = 0; i < stationall.length; i++) { delete stationall[i]._index; delete stationall[i]._rowKey; } for (var i = 0; i < stationall.length; i++) 阅读全文
posted @ 2019-07-18 19:50 金陵彭于晏 阅读(8438) 评论(0) 推荐(0) 编辑