我有:
var rows = $table.find('tbody > tr').get();
这将选择所有行.但是,并非所有表都明确定义了thead和tbody,因此我需要过滤掉任何包含.children('th')的行
jquery
jquery ×1