参考https://www.w3school.com.cn/html/index.asp
插入一段脚本
<html>
<body>
<script type="text/javascript">
document.write("<h1>Hello World!</h1>")
</script>
<
这篇博客介绍了如何在HTML中插入脚本,并探讨了如何处理不支持脚本的浏览器,参考自w3school教程。
参考https://www.w3school.com.cn/html/index.asp
<html>
<body>
<script type="text/javascript">
document.write("<h1>Hello World!</h1>")
</script>
<

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