js中给input里面赋值了但是console.log(value)显示就是位空?怎么回事呢
<!DOCTYPEhtml><html><head><title></title><metacharset="utf-8"><styletype="text/css">b...
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<style type="text/css">
body{
margin:0;
}
#bu4
{
margin:0 auto;
width: 200px;
height: 200px;
line-height: 10px;
background-color: #abcdef;
}
</style>
</head>
<body>
<input id="bu1" type="button" value="按钮1"/>
<input id="bu2" type="text" value=""/>
<input id="bu3" type="text" value=""/>
<div id="bu4"><br><br>   <h1>我会变</h1> </div>
<script> 展开
<html>
<head>
<title></title>
<meta charset="utf-8">
<style type="text/css">
body{
margin:0;
}
#bu4
{
margin:0 auto;
width: 200px;
height: 200px;
line-height: 10px;
background-color: #abcdef;
}
</style>
</head>
<body>
<input id="bu1" type="button" value="按钮1"/>
<input id="bu2" type="text" value=""/>
<input id="bu3" type="text" value=""/>
<div id="bu4"><br><br>   <h1>我会变</h1> </div>
<script> 展开
2个回答
展开全部
大哥,你首先要获取到这个input标签才可以啊。
<input type="text" id="e" value="1"/>
console.log(document.getElementById("e").value);
<input type="text" id="e" value="1"/>
console.log(document.getElementById("e").value);
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询