入口函数:
$(function(){
})
点击事件
$("选择点击内容").click(function(){ alert("点我干嘛"); })
重置页面元素
location.reload();
选择器:
基本过滤器