网页中无法显示汉字

发布于 2024-12-20 12:57:22 字数 1367 浏览 0 评论 0原文

我尝试实现以下代码:

   <!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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

风蛊 2024-12-27 12:57:22

确保您的文件以 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.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文