【发布时间】:2021-06-29 07:04:53
【问题描述】:
我是新手,我正在尝试显示 src/images 文件夹中的图像。 但是在插入正确的路径后,图像也不可见。 Here you can see my img tag path and on the left side folder structure
【问题讨论】:
-
这能回答你的问题吗? React won't load local images
-
您是否进行了导入?喜欢
import image from '../images/myimage.png'?
标签: reactjs