标签: json reactjs
我想在json文件中本地存储图像路径。 这是用于json存储数据图像路径:
json
[ { "image": "./Component/Images/image file } ]
反应:
[ { "image": "./Component/Images/image file } ] // React render(){ image tag and source={this.props.image}/> }