好吧。我的HTML代码很短:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Links</title>
</head>
<body>
<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>
</body>
</html>
它应该在每次保存项目时都在浏览器中重新加载页面,但是它不起作用。我该怎么办?