📅  最后修改于: 2022-03-11 15:04:21.948000             🧑  作者: Mango
;( // <---------------+
// | encapsulate the function
function($, window, document) { // <--+ declare | and call it passing three
// | anonymous | arguments.
} // <--+ function |
// |
)(jQuery, window, document); // <---------------+