怎么沒效果?
var wh=window.innerWidth; var he=window.innerHeight; document.write( wh); document.write( he);兩種方法, 怎么都沒有反應(yīng)?
var wh=window.innerWidth; var he=window.innerHeight; document.write( wh); document.write( he);兩種方法, 怎么都沒有反應(yīng)?
2016-10-12
舉報
2016-10-12
原來測試的是body中的內(nèi)容 大小,body 中沒有內(nèi)容,就不會有返回值