$().ready(function(){ $().click(function(){ $().hide(); }); });為什么document加引號或者不加引號都能正常執行,兒button和p卻必須加引號? 查看完整描述