vscode的livereload插件无法正常工作,如何解决?

时间:2019-04-08 21:49:12

标签: visual-studio-code

好吧。我的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>

它应该在每次保存项目时都在浏览器中重新加载页面,但是它不起作用。我该怎么办?

0 个答案:

没有答案