window onload是指标签加载完成,并且标签资源加载完成;
jquery ready是指标签加载完成,标签资源可能未加载完成
$(document).ready(function(){});==$(function());