如何让js在最后执行

$(window).bind("load", function () {
  var height = $(document.body).height();   $('.syntaxhighlighter').height(height); });

  

原文地址:https://www.cnblogs.com/bushe/p/5241642.html