09 2016 档案
摘要:以前是这样写的 然后也看到用 React.Component,于是 但是压根没有执行 getInitialState,控制台提示 其实吧, React在ES6的实现中去掉了getInitialState这个hook函数,规定state在constructor中实现 官网上有提及两者: 也就是说 通过
阅读全文
摘要:概述 input:file本身自带的样式不太好看,但是又没法设置样式。 由于系统限制,不能通过代码触发,只允许用户自主点击。 通常的解决办法是,把input:file透明化,实际上点击的还是input:file。
阅读全文
摘要:实例化 首次实例化 getDefaultProps getInitialState componentWillMount render componentDidMount 实例化完成后的更新 getInitialState componentWillMount render componentDid
阅读全文