tabel点击行,获取行号$('#table tbody').on( 'click', 'tr', function (e) {var index = $(this).parent().context._DT_RowIndex; //行号var rows ...
確定! 回上一頁