let str="天青色等烟雨,而我再等你。";
let str2=str.replace("你",<Text style={{color:"#ff0000"}}>猪</Text>);
此时str2的值为:天青色等烟雨,而我再等[object Object]。而不是想要的结果。
倚天杖
相关分类