如何使用本地路径将图像存储在json文件中?

时间:2019-08-11 22:58:00

标签: json reactjs

我想在json文件中本地存储图像路径。 这是用于json存储数据图像路径:

[ { "image": "./Component/Images/image file } ]

反应:

[ { "image": "./Component/Images/image file } ] // React render(){ image tag and source={this.props.image}/> }

0 个答案:

没有答案