JS中三大家族方法

document.body.clientWidth ==> BODY對象寬度 document.body.clientHeight ==> BODY對象高度 document.documentElement.clientWidth ==> 可見區域寬度 document.documentElement.clientHeight ==> 可見區域高度 網頁可見區域寬: document.body.c
相關文章
相關標籤/搜索