📅  最后修改于: 2022-03-11 15:02:55.503000             🧑  作者: Mango
代码示例1
(function($) {
$(function(){
//add code here that needs to wait for page to be loaded
});
//and rest of code here
})(jQuery);