🌈 搜索
📅  最后修改于: 2022-03-11 15:01:49.612000             🧑  作者: Mango
$('input').keypress(function( e ) { if(e.which === 32) return false; });