$(window).bind("load", function () { var height = $(document.body).height(); $(‘.syntaxhighlighter‘).height(height); });
如何让js在最后执行
原文:http://www.cnblogs.com/bushe/p/5241642.html