摘要:
var ready = function(){ if(window.addEventListener){ window.addEventListener("DOMContentLoaded",handle,false); }else{ try{ // IE document.documentElement.doScroll('bottom'); handle(); }catch(e) { setTimeout(arguments.callee, 1); } }}function handle(){ alert(document.getElementById( 阅读全文