一个极简单的jQuery,死活不对=。=太打击初学者了
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<script language="javascript" src="jquery-1.3.1.js" type="text/javascript">
$("#test").click(function(){alert("您点击了文字");});
</script>
</head>
<body>
<p id="test">你好</p>
</body>
</html>
我点你好俩字啥怎么啥反应都没有呢