为了账号安全,请及时绑定邮箱和手机立即绑定
<!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/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信