jQuery入口函数

// 方式一

$(document).ready(function(){});

// 方式二

$(function(){ });

posted on 2017-08-14 22:59  有梦的天空  阅读(59)  评论(0编辑  收藏  举报

导航