js回车 $('#dataInput').bind('keypress', function (event) { if (event.keyCode == "13") { window.location.href = "search.html?search=" + $('#dataInput').val(); } });