$(function(){
setInterval(function(){
$(".loading").fadeOut();
},3000)
})
因为
$(function(){ })可以在页面dom文档加载完成后加载,这样子就不会找不到dom节点