【发布时间】:2021-07-21 07:15:41
【问题描述】:
我的网站上有一张同名的图片。
Yaşar.png
但是当我尝试在<img src="https://example.com/Yaşar.png"> 标签中使用它时,它看起来坏了。
【问题讨论】:
-
您需要对您的网址进行编码
我的网站上有一张同名的图片。
Yaşar.png
但是当我尝试在<img src="https://example.com/Yaşar.png"> 标签中使用它时,它看起来坏了。
【问题讨论】:
使用元标记
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<img src="http://example.com/Yaşar.png">
如果它不起作用,请交叉检查您的图片扩展。
【讨论】: