凡星的个人博客


  • 分类

  • 首页

  • 归档

十四、字符串与变量拼接

发表于 2018-10-18 | 分类于 React Native
1
2
3
4
5
6
7
8
9
10
11
alert(`${item.label}不能为空!`)

this.state.children.map( (path, index)=> {
return (
<Image key={`thumnail${index}`}
source={{uri: path}}
style={{width:60,height:60}}
/>
)
}
)
十三、setState汇总
一、js中如何让column为非必填字段

wwd

84 日志
21 分类
1 标签
© 2019 wwd
由 Hexo 强力驱动
|
主题 — NexT.Muse v5.1.4