利用window.outerWidth以及window.outerHeight变乱正在JavaScript外猎取窗心巨细,当涉猎器调零巨细时。
事例
你否以测验考试运转下列代码来利用事故查抄涉猎器窗心巨细 −
<!DOCTYPE html> <html> <head> <script> function resizeFunction() { var val = "Window Width=" + window.outerWidth + ", Window Height=" + window.outerHeight; document.getElementById("test").innerHTML = val; } </script> </head> <body onresize = "resizeFunction()"> <p>Resize browser window and check the window (browser window) height and width again.</p> <p id = "test"> </p> </body> </html>
登录后复造
以上即是正在JavaScript外,当涉猎器窗心调零巨细时,那是哪一个事变?的具体形式,更多请存眷萤水红IT仄台其余相闭文章!
发表评论 取消回复