逆鳞oz
2018-10-02 13:51
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>我们互动下</title>
<script type="text/javascript">
function open()
{
alert("关注JS高级篇");
}
</script>
</head>
<body>
<input name="button666" type="button" onClick="open()" value="点击我,弹出对话框"/>
</body>
</html>
兄弟 你那个函数名open换成openzxc其中zxc你自己改 然后下面onclick="openzxc()"
理解了吗?那个open不能用作函数名
JavaScript进阶篇
468059 学习 · 21891 问题
相似问题