gpt4 book ai didi

javascript - 获取 livejs.com 时遇到问题

转载 作者:太空宇宙 更新时间:2023-11-03 22:39:09 26 4
gpt4 key购买 nike

在让 livejs.com 脚本针对 HTML/CSS/Javascript 的更改自动更新网页时遇到一些问题。下面是我在本地主机上的 HTML,它指向脚本的 Web 位置,这是准确的。你能帮我理解为什么当我保存我的 html 时我的网页没有更新吗?

<!DOCTYPE html>
<html>
<head>
<title>Page Title-Sam</title>
<script type="text/script" src="http://livejs.com/live.js"></script>
</head>
<body>

<h1>My First Heading adfasdfadf this is cool</h1>

<p>My first paragraph.</p>

</body>
</html>

最佳答案

错别字

type="text/script"

这不是浏览器可识别的脚本格式。它应该是 text/javascript

在 HTML 5 中,您应该完全省略该属性。


本地工作

来自主页:

Just include Live.js and it will monitor the current page including local CSS and Javascript by sending consecutive HEAD requests to the server.

如果您正在使用本地文件(即没有网络服务器),那么就没有地方可以向其发出 HEAD 请求。您需要使用 HTTP(S) 进行测试。


服务器支持

该脚本检查各种 header ,包括 EtagLast-Modified。如果您的服务器没有为静态文件设置它们中的任何一个,它将无法判断文件何时更新。

关于javascript - 获取 livejs.com 时遇到问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44761372/

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