编辑下面的代码:【加编码】
<html> <body> <h1>我的 Web 页面</h1> <p id="demo">一个段落。</p> <button type="button" onclick="myFunction()">点击这里</button> <p><b>注释:</b>myFunction 保存在名为 "myScript.js" 的外部文件中。</p> <script src="/demo/myScript.js"></script> </body> </html>
结果: 【此窗口】 帮助?
Try it Yourself - © 自强学堂