我只是认为这对有这个问题的人很有用:
我有这个代码:
<html>
<head>
<link rel="stylesheet" href="example.css" type="text/css"/>
<title>CSS TESTS</title>
<script language="text/javascript">
var move = 0;
</script>
</head>
<body>
<input type="text" id="shape" onchange="alert(move);"/>
</body>
</html>
但我无法让警报工作。我会得到 Uncaught ReferenceError: move is not defined。