使用jQuery方法在单击时隐藏<p>元素。
点击 此处 重试
$("p").click(function(){ $(this).w3exercise_input_no_0(); });
w3exercise_input_no_0