摘要: $("p").click(function(){ $(this).hide(); }); 这个hide相当于$(this).css("display", "none"); 标签区域也不显示 阅读全文
posted @ 2018-08-06 12:55 laugh苍生 阅读(759) 评论(0) 推荐(0) 编辑