摘要: 阅读全文
posted @ 2020-01-19 16:19 liuw_flexi 阅读(217) 评论(0) 推荐(0) 编辑
摘要: 这个还没来得及查资料,不过群里都说是Apple的规定。每次更新版本都必须要这个。 https://www.v2ex.com/t/519159 阅读全文
posted @ 2020-01-19 16:10 liuw_flexi 阅读(861) 评论(0) 推荐(0) 编辑
摘要: 1.rest and spread 操作符 2.generator函数 yield 3.析构表达式 4.箭头表达式 用来声明匿名函数,消除传统匿名函数的this指针问题var sum = (arg1,arg2) => arg1 + arg2; var sum = (arg1,arg2) => { r 阅读全文
posted @ 2020-01-19 16:03 liuw_flexi 阅读(338) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-01-19 16:00 liuw_flexi 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 1. 分页效果设置 pagingEnabled={true} <ScrollView ref={e => this.scroll = e} horizontal={true} directionalLockEnabled showsHorizontalScrollIndicator={false} 阅读全文
posted @ 2020-01-19 15:58 liuw_flexi 阅读(2366) 评论(0) 推荐(0) 编辑