使用 加载js
<html>
<head>
< > of Document</ >
< >
// All Your Code goes In Here Between the opening and closing tags.
</ >
</head>
<body>
The content of
your page here.
</body>
</html>
html head头部加载js
<html>
<head>
< >
alert(\"Do you see the page heading?\");
</ >
</head>
<body>
<h1>Page heading</h1>
</body>
</html>
html body加载js
<html>
<head>
</head>
<body>
<h1>Page heading</h1>
< >
alert(\"Do you see the page heading?\");
</ >
</body>
</html>
html载入外部js文件
<html>
<head>
< > of Document</ >
< src=\"path-to-file/fileName.js\"></ >
</head>
<body>
The content of
your page goes here.
</body>
</html>
混合加载js
<html>
<head>
< >A Simple Page</ >
< language=\" \">
<!--
// -->
</ >
</head>
<body>
<p =\"units = prompt(\'How many do you want\',\'Enter quantity\');alert(\'Cost per unit is $9.99, therefore total cost for \' + units + \' is \' + units * 9.99);\">Click here to specify quantity</p>
</body>
</html> 继续阅读与本文标签相同的文章
上一篇 :
云计算头上已悬“达摩克利斯之剑”
下一篇 :
手机芯片帝王的家族游戏:高通“内斗”
-
他让我国芯片研究停滞13年,还骗走11亿研发资金,现状如何?
2026-05-14栏目: 教程
-
健乐教学机器人可开展的教学实训内容
2026-05-14栏目: 教程
-
5G套餐曝光遭“吐槽”,iphone11受追捧,导致苹果11销量比较高
2026-05-14栏目: 教程
-
为什么修电脑的叫自己不要杀毒和清理垃圾?
2026-05-14栏目: 教程
-
当水乡建筑遇上机器人,成就乌镇又一网红景点
2026-05-14栏目: 教程
