🌈 搜索
📅  最后修改于: 2022-03-11 15:02:21.381000             🧑  作者: Mango
1 2 3 $( "#dataTable tbody" ).on( "click", "tr", function() { console.log( $( this ).text() ); });