摘要: 1:循环遍历取值 var arr = new Array(); $(".plus-tag a span").each(function(i) { arr[i] = $(this).text(); }); console.log(arr, 55)//["11", "22"] 55 2:循环遍历通过id 阅读全文
posted @ 2019-03-25 18:24 FancyAnnaYL 阅读(2916) 评论(1) 推荐(0) 编辑