03 2019 档案

摘要:1.让input框不可编辑,记得是readOnly不是readonly才有效 2.render里面用switchcase <div> {(() => { switch (this.state.widgetName) { case 'singleText': case 'multipleText': 阅读全文
posted @ 2019-03-18 15:40 樱花飞落ll 阅读(158) 评论(0) 推荐(0)
摘要:1.运用脚手架create-react-app npm install create-react-app -g create-react-app my-project 查看package.json文件:cat package.json 2.jsx <h1>Hello React</h1> 被编译为R 阅读全文
posted @ 2019-03-04 22:31 樱花飞落ll 阅读(132) 评论(0) 推荐(0)