网页中无法显示汉字
我尝试实现以下代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="">
<meta name="keywords" content="">
<title>下载</title>
</head>
<body>
<img src="photo1.jpg" style="width:100px; float:left;height:100px;margin- bottom:20px;"><img src="photo2.jpg" style="float:left;margin- left:30px;width:100px;height:100px;"><img src="photo3.jpg" style="float:left;margin- left:30px;width:100px;height:100px;"><img src="photo4.jpg" style="float:left;margin- left:30px;width:100px;height:100px;">
<a href="watermark.php?src=photo1.jpg&download=true" style="clear:both;float:left;margin-left:10px;">下载 1</a><a href="watermark.php? src=photo2.jpg&download=true" style="float:left;margin-left:60px;">下载 2</a>
<a href="watermark.php?src=photo3.jpg&download=true" style="float:left;margin- left:55px;">下载 3</a><a href="watermark.php?src=photo4.jpg&download=true" style="float:left;margin-left:50px;">下载 4</a>
</body>
</html>
我确实使用了
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
,但在网页中它仍然显示这样的小问号?
I try to implement the following code:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="">
<meta name="keywords" content="">
<title>下载</title>
</head>
<body>
<img src="photo1.jpg" style="width:100px; float:left;height:100px;margin- bottom:20px;"><img src="photo2.jpg" style="float:left;margin- left:30px;width:100px;height:100px;"><img src="photo3.jpg" style="float:left;margin- left:30px;width:100px;height:100px;"><img src="photo4.jpg" style="float:left;margin- left:30px;width:100px;height:100px;">
<a href="watermark.php?src=photo1.jpg&download=true" style="clear:both;float:left;margin-left:10px;">下载 1</a><a href="watermark.php? src=photo2.jpg&download=true" style="float:left;margin-left:60px;">下载 2</a>
<a href="watermark.php?src=photo3.jpg&download=true" style="float:left;margin- left:55px;">下载 3</a><a href="watermark.php?src=photo4.jpg&download=true" style="float:left;margin-left:50px;">下载 4</a>
</body>
</html>
I did use
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
but in the webpage it still show the litte question marks like this ??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保您的文件以 Big5 编码,而不是 ANSI 或其他任何编码。
您可以使用编码菜单下的 notepad++ 来完成此操作。
make sure your FILE is encoded in
Big5
, and not in ANSI or anything else.you can do that with notepad++ under the encoding menu.