打印第一个没问题,但是加上text()就报错 要如何循环才能获取...
收起
$('.optioned').siblings().children('.ticket-num').each(function(){ console.log($(this).text()); })
报告相同问题?