🌈 搜索
📅  最后修改于: 2022-03-11 14:52:55.037000             🧑  作者: Mango
$(function () { $('table.table tr').click(function () { window.location.href = $(this).data('url'); }); })