标签:获取 方法 bsp script doc 加载 console log function
1、document.onreadystatechange(页面加载完成的方法)
2、document.readyState(获取加载状态)
document.onreadystatechange=function(){ console.log(document.readyState); }
标签:获取 方法 bsp script doc 加载 console log function
原文地址:http://www.cnblogs.com/huangqiming/p/7155816.html