DOM加载结束后立即执行 JS 的三种方法 2017-05-05 本文已影响71人 Vincent_Jiang $(documeny).ready(function() {}); window.onload = function() {}; $(function() {});