js控制div样式
Goshawk
Goshawk 2018-12-03 10:14:27
0
0
741

var box;

window.onload=function () {

 box=document.getElementById("box");

}

function aa () {

box.style.height="400px";

}

请问上面代码更换成下面的代码有什么问题吗?

var box=document.getElementById("box");

function aa () {

box.style.height="400px";

}


Goshawk
Goshawk

répondre à tous(0)
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal
À propos de nous Clause de non-responsabilité Sitemap
Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!