标准写法 : <script type="text/javascript">
错误写法,浏览器不支持,脚本无效。 <script type="javascript">
古老写法,HTML5已弃用:<script language="javascript">
博客介绍了JavaScript脚本标签的不同写法,包括标准写法 <script type=\text/javascript\> ,错误且浏览器不支持的 <script type=\javascript\> ,以及HTML5已弃用的古老写法 <script language=\javascript\> 。
标准写法 : <script type="text/javascript">
错误写法,浏览器不支持,脚本无效。 <script type="javascript">
古老写法,HTML5已弃用:<script language="javascript">
6587

被折叠的 条评论
为什么被折叠?