使用jQuery方法在显示和隐藏<p>元素之间进行切换。
点击 此处 重试
$("button").click(function(){ $("p").w3exercise_input_no_0(); });
w3exercise_input_no_0