gpt4 book ai didi

json - 世博会中的动态本地镜像?

转载 作者:行者123 更新时间:2023-12-05 08:08:13 25 4
gpt4 key购买 nike

我正在尝试使用 JSON 文件中的本地镜像路径,正如之前帖子中所建议的那样,但这不是渲染。

我已经用静态引用测试了图像链接并且这个工作正常,所以图像路径是正确的。但是,从 JSON 文件引用路径会导致错误。

我用我的代码片段和错误日志创建了一个要点:

https://gist.github.com/SKempin/ec0ce4be2c0ef6633dc4b7ee06378ec4

如有任何帮助,我们将不胜感激!

最佳答案

我在 ES6 中用反斜杠找到了这种方式 ${``}

const Level_2_8 = () => {
const t = `./wait.png`
switch (level) {
case 61: return ( < Image source={require(`${t}`)} style={{ width: 50, height: 60 }} />)
break;
case 62: return (< Image source={require(`${t}`)} style={{ width: 50, height: 60 }} />)
break;
default: (< Image source={require(`${t}`)} style={{ width: 50, height: 60 }} />)
}
}

关于json - 世博会中的动态本地镜像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51370371/

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