如果在<input>元素内按下键盘键,则应该隐藏它。使用正确的事件来实现。
点击 此处 重试
$("input").w3exercise_input_no_0(function(){ $(this).hide(); });
w3exercise_input_no_0