我的应用有问题。
render()
{
console.log( this.state.ext);
var tmp = this.state.ext;
tmp = tmp.toString();
console.log(tmp);
if (this.state.ext != ""){
return(
<View style={styles.container}>
<Image source={require('../../img/mob.png')} style= {styles.mob_logo}/>
<WebView
source={{uri: {tmp}}} style={{marginTop: 20}}
/>
</View>
)
}
我得到JSON值
{
tmp = "React Native New Date string"";
}
NSDictionary类型的无法转换为NSString。
答案 0 :(得分:0)
您可以使用yourDictionary [“tmp”]或yourDIctionary.Description将其转换为字符串