磊_0_
2019-02-20 11:01
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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 rec()
{var mython("关注JS高级篇");
alert (mython);
}
</script>
</head>
<body>
<input name="button" type="button"onclick="rec()" value="JS进阶篇" />
</body>
</html>
定义变量的时候,如果你要给这个变量赋值,一定要记得加=号,也就是赋值
楼上说得对哦 就是差一个等号
加上等号就好了
只定义了函数,但没有调用。在</script>上一行加入 rec()试试
JavaScript进阶篇
468061 学习 · 21891 问题
相似问题