最佳答案
<script type="text/javascript">
/* ... */
</script>
对。
<script language="Javascript">
/* ... */
</script>
应该使用哪一个,为什么?
Or, the third alternative: omitting either of these, such as the example code in jQuery's API reference:
<script src="http://code.jquery.com/jquery-latest.js"></script>