0
可能重複:
How do I get the size of the browser window using Prototype.js?如何用原型js框架學習瀏覽器的大小?
什麼是用於獲取與原型JS框架的瀏覽器大小的功能?
可能重複:
How do I get the size of the browser window using Prototype.js?如何用原型js框架學習瀏覽器的大小?
什麼是用於獲取與原型JS框架的瀏覽器大小的功能?
var viewport = document.viewport.getDimensions();
請參閱the API docs。
請看這裏=> http://stackoverflow.com/questions/833708/how-do-i-get-the-size-of-the-browser-window-using-prototype-js – dknaack