我想通过JS来实现用按钮清空文本框的值,但是在IE运行正常,在谷歌却没反应?这是为什么?
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<title>LOOK</title>
</head>
<body>
<script type="text/javascript">
function clear()
{
document.getElementById("txt").value="";
}
</script>
<form>
<input type="text" id="txt" value="请输入"/>
<input type="button" id="bt" value="清空" onclick="clear()"/>
<input type="reset"/>
</form>
</body>
</html>
Caballarii
慕的地6079101
qq_小盛开_0
慕粉4259319
慕粉4333549
田心枫
00小伙