标签:
function getClientSize(){ return window.innerWidth? {width:window.innerWidth,height:window.innerHeight}: {width:document.documentElement.clientWidth,height:document.documentElement.clientHeight} }
标签:
原文地址:http://www.cnblogs.com/fangxuele/p/5437081.html