layuiDataTable 某列单机事件 或与且与或非 2022-09-22 43 阅读1分钟 layuiDataTable 某列单机事件 $('#example tbody').on('click','tr td:nth-child(3)', function (e) { var name = $(this).text(); alert(name); } );