使用正确的事件来隐藏所有带有"click"的 <p> 元素。
点击 此处 重试
$("p").w3exercise_input_no_0(function(){ $(this).hide(); });
w3exercise_input_no_0