在div中写入一个Button按钮 (js)
展开全部
<!--STATUS OK-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>在div中写入一个Button按钮 (js)_百度知道 </title>
<link rel="alternate" type="application/rss+xml" title="“在div中写入一个Button按钮 (js)”的最新回答(RSS 2.0)" href="http://zhidao.baidu.com/q?ct=20&qid=113109049&pn=65535&rn=25&tn=rssqb">
</head>
<body>
<script>
bt=document.createElement("button");
bt.innerHTML="添加一个button";
document.body.appendChild(bt);
</script>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>在div中写入一个Button按钮 (js)_百度知道 </title>
<link rel="alternate" type="application/rss+xml" title="“在div中写入一个Button按钮 (js)”的最新回答(RSS 2.0)" href="http://zhidao.baidu.com/q?ct=20&qid=113109049&pn=65535&rn=25&tn=rssqb">
</head>
<body>
<script>
bt=document.createElement("button");
bt.innerHTML="添加一个button";
document.body.appendChild(bt);
</script>
</body>
</html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
<div>
<input type="button" vlaue="按钮"/>
</div>
搞定了,就是这么简单
<input type="button" vlaue="按钮"/>
</div>
搞定了,就是这么简单
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
div1.innerHTML ="<input type=button>";
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询