如何让js在最后执行
$(window).bind("load", function () {
var height = $(document.body).height();
$('.syntaxhighlighter').height(height);
});
$(window).bind("load", function () {
var height = $(document.body).height();
$('.syntaxhighlighter').height(height);
});