🌈 搜索
📅  最后修改于: 2022-03-11 15:02:09.936000             🧑  作者: Mango
// JQuery solution! $('table').on('click', 'input[type="button"]', function(e){ $(this).closest('tr').remove() })