现在的代码是:
<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<span lang="en-us"><a href="russian.txt">txt</a> - </span>
如何插入charset =“ utf-8”属性?
答案 0 :(得分:1)
您应该使用字符集命令将整个文档声明为UTF-8
。
在<head>
和</head>
之间添加此内容:
<meta charset="utf-8"/>