Notepad ++不会打开我的HTML文件,但会打开Goog​​le主页

时间:2019-04-25 15:38:08

标签: javascript html notepad++

我正在尝试学习html和javascript,但是在使用记事本++打开html文件时遇到了问题。

我下载了notepad ++,并创建了一个简单的html文件。

<html>  
    <body>
        Hello world!
    </body>
</html>

我取消注释了在quickshort.xml文件中运行带有chrome文件的选项。

enter image description here

最后,我在记事本++文件夹中添加了chrome链接。

当我使用chrome运行文件时,浏览器会打开google主页而不是文件。

enter image description here

enter image description here

如果我在记事本中编写代码,然后使用chrome打开文件,则浏览器会正确打开它。

enter image description here

我尚未设置云路径。我必须设置一个吗?如果是,是哪个?

enter image description here

2 个答案:

答案 0 :(得分:0)

菜单项应该说“在Firefox中启动”-对应于设置文件中的name=属性,实际上这并不意味着您可能编辑了错误的设置文件

如果已将 Settings-> Preferences-> Cloud 设置为目录,则该目录将是正确的XML文件,否则,请同时查看%APPDATA%\ Roaming \ Notepad ++ em>和文件其他副本的安装目录。


  

>什么是html和javascript的最佳编辑器

主观,但请看@ https://code.visualstudio.com/docs/languages/html

答案 1 :(得分:-1)

您不应尝试从notepad ++本身运行它。相反,只需在文件浏览器中右键单击文件,然后使用Google Chrome打开即可。它应该以这种方式打开文件。