当鼠标指针进入 <p> 元素时,它应该被隐藏。使用正确的事件来实现。
点击 此处 重试
$("p").w3exercise_input_no_0(function(){ $(this).hide(); });
w3exercise_input_no_0