- 博客(2)
- 收藏
- 关注
原创 关于undefined和null
Undefined类型只有一个值,即undefined,对声明的变量没有初始化时,这个变量的值就是undefined。Null类型同样只有一个值,即null。null表示一个空对象指针,所以使用typeof检测会返回Object。实际上,undefined是派生自null值的,所以当两者进行比较时会出现以下情况: undefined == null 返回ture undefined =...
2018-05-22 16:37:22
255
转载 js获取整个页面文档的总宽高
必须取得scrollWdith/clientWidth和scrollHeight/clientHeight中的最大值用代码实现如下:var docHeight = Math.max(document.documentElement.scrollHeight,document.documentElement.clientHeight);var docWidth = Math.max(document...
2018-05-22 09:19:26
5620
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅