js设置div高度为浏览器一半

2021-09-09 14:12

阅读:1728

标签:load   ini   function   obj   inner   rip   UNC   ||   ntb      function init() { var totalHeight = window.innerHeight || document.body.clientHeight var testObj= document.getElementById(‘test‘) var halfHeight= totalHeight  / 2 testObj.style.height = halfHeight+ ‘px‘ } js设置div高度为浏览器一半标签:load   ini   function   obj   inner   rip   UNC   ||   ntb   原文地址:https://www.cnblogs.com/xujuntao/p/12325985.html

上一篇:Kubernetes--YAML文件

下一篇:WindowsDC


评论


亲,登录后才可以留言!