2个回答
展开全部
<html>
<body style="margin-top:10px">
<input name="aa" type="button" id="test" value="点击我网页下移10像素" onClick="document.body.style.marginTop=(parseInt(document.body.style.marginTop?document.body.style.marginTop:0)+10)+'px';"/>
</body>
</html>
<body style="margin-top:10px">
<input name="aa" type="button" id="test" value="点击我网页下移10像素" onClick="document.body.style.marginTop=(parseInt(document.body.style.marginTop?document.body.style.marginTop:0)+10)+'px';"/>
</body>
</html>
展开全部
<body>
</body>
<input type="button" value="test" id="test"/>
</html>
<script type="text/javascript">
document.getElementById("test").onclick=function(){
document.getElementById("test").style.marginTop=document.getElementById("test").style.marginTop+10+"px";
}
</script>
</body>
<input type="button" value="test" id="test"/>
</html>
<script type="text/javascript">
document.getElementById("test").onclick=function(){
document.getElementById("test").style.marginTop=document.getElementById("test").style.marginTop+10+"px";
}
</script>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询