jQuery入口函数

// 方式一

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

// 方式二

$(function(){ });

原文地址:https://www.cnblogs.com/wangyongguo/p/jquery.html