返回js控制DIV......登陆

js控制DIV样式

@smash2019-03-19 14:45:37255
<!DOCTYPE html>
<html>
<head>
<title>js改变DIV样式<title>
<meta charset="utf-8">
<meta name=viewport content="">
<link rel="icon" type="image/x-icon" href="">
<link rel="stylesheet" type="css/text" href="">
</head>
<body>
<div id="box" style="width:80px;height:80px;background:pink;">
</div>
</body>

<script>
var=box;
window.onload=function(){
   window.box=document.getElementById("box");   
}
function aa()
{
  box.style.height="100px";
}
.....


</script>
</html>


最新手记推荐

• 用composer安装thinkphp框架的步骤• 省市区接口说明• 用thinkphp,后台新增栏目• 管理员添加编辑删除• 管理员添加编辑删除

全部回复(0)我要回复

暂无评论~
  • 取消回复发送