为了账号安全,请及时绑定邮箱和手机立即绑定

一直提示错误,调用函数错误,

<!DOCTYPE HTML>

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>函数调用</title>

<script type="text/javascript">

function tcon()

  {

alert("恭喜你学会函数调用了!");

  }

</script>

</head>

<body>

<form>

<input type="button"  value="点点我" onclick="tcon()">  

</form>

</body>

</html>

提示调用函数错误

正在回答

2 回答

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>函数调用</title>
<script type="text/javascript">
function tcon()
  {
alert("恭喜你学会函数调用了!");
  }
</script>
</head>
<body>
<form>
<input type="button"  value="点点我" onclick="tcon()">  
</form>
</body>
</html>

我的是对的啊,弹出框显示:恭喜你学会调用函数了。。。

0 回复 有任何疑惑可以回复我~
#1

包家花园 提问者

谢谢回答,那天网站关于js都出现一些问题。
2015-05-11 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

一直提示错误,调用函数错误,

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信