加载先后问题

60 阅读1分钟

$(window).on("load",function(){

  //页面属性,图片,内容完全加载完,执行

}

$(document).ready(function() {

  或者$(function{});

  //页面DOM结构加载完执行

}