网页的编码
我使用了一个免费模板,并将其用作可视化 Web 开发人员中的母版页。 每次我关闭母版页文件并重新打开它时,它都会询问我网页的编码。标题是“选择编码”,正文是“Visual Web 开发人员无法确定此文件的编码。请从下面的列表框中选择编码”。 我该如何解决这个问题?如何从一开始就以 UTF-8 编码保存文件。
I have used a free template and used it as a master page in the visual web developer.
Each time I close the master page file and reopen it it will ask me for the encoding of the web page. The title is "Choose an encoding", and body is "Visual web developer was unable to determine the encoding of this file. Please choose an encoding from the list box below".
How can I fix this? How can I save the file with UTF-8 encoding from the beginning.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将这样的标签放入
元素中:
这就是您识别浏览器编码的方式。不确定您使用的编辑器。
Try putting a tag like this inside the
<head>
element:That's how you identify the encoding to browsers. Not sure about the editor you're using.