Open gMan1990 opened 3 years ago
为什么要显示有用的 alt 信息?已经在数据库里删除了,除了删除图片的 hash 值,不保留图片的其他信息
@Showfom 你比如说![这是张皮卡丘图](https://i.loli.net/2020/12/26/KEBAXzwRanMC3bg.png)
,(图片已被删,你可以贴到其它地方看效果)
这也是alt属性的本意 https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-alt
Defines an alternative text description of the image.
Note: Browsers do not always display images. There are a number of situations in which a browser might not display images, such as: ... In these cases, the browser may replace the image with the text in the element's alt attribute. For these reasons and others, provide a useful value for alt whenever possible.
你说的很有道理,建议接受,但是我们懒得改
比如这张图,图已删除,本来应该显示
有用的alt信息
,但现在是一张默认404图片![有用的alt信息](https://i.loli.net/2020/12/26/KEBAXzwRanMC3bg.png)