gpt4 book ai didi

javascript - 此警告消息是什么意思? 'img elements must have an alt prop, either with meaningful text, or an empty string for decorative images'

转载 作者:可可西里 更新时间:2023-11-01 01:57:32 31 4
gpt4 key购买 nike

为什么我会收到此警告?

warning: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/img-has-alt

它显示第 13 行,但没有使用任何 Prop 。

最佳答案

这意味着当您在 HTML 中创建图像时,为了屏幕阅读器和文本浏览器的利益,您应该包含一个 alt 属性。

<img src="url" alt="description of image">

关于javascript - 此警告消息是什么意思? 'img elements must have an alt prop, either with meaningful text, or an empty string for decorative images',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43812733/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com