abstrak: //重置導(dǎo)航高度和主內(nèi)容區(qū)的寬高 function resetMenuHeight(){ var height = document.documentElement.clientHeight-50; $("#menu").height(height); } function resetMainHeight(){
//重置導(dǎo)航高度和主內(nèi)容區(qū)的寬高 function resetMenuHeight(){ var height = document.documentElement.clientHeight-50; $("#menu").height(height); } function resetMainHeight(){ var height = document.documentElement.clientHeight-50; var width = document.documentElement.clientWidth-200; $("#main").height(height); $("#main").width(width); }
Guru membetulkan:天蓬老師Masa pembetulan:2019-04-12 09:15:25
Rumusan guru:你的代碼就這些嗎? 總感覺(jué)不完整, 是不是少了點(diǎn)什么?