gpt4 book ai didi

javascript - 在 html 文档之外加载脚本

转载 作者:太空狗 更新时间:2023-10-29 13:28:11 26 4
gpt4 key购买 nike

我偶然发现了这个 html 片段,令我惊讶的是 jQuery 对象确实被创建了!

<!doctype html>
<body>
<h1>Hello World</h1>
</body>
</html>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>

您可能会注意到 <script>标签 AFTER 关闭 </html>标签。我想知道这是如何以及为什么会起作用?

最佳答案

之所以可行,是因为浏览器非常宽容,这样做没有任何好处。

它在那里的原因,可能是因为有人误解了“将脚本尽可能放在页面下方”的含义……

关于javascript - 在 html 文档之外加载脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6895865/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com