class Update extends React.Component{constructor(props){ super(props); this.state = { nowtime:'2016-12-12 17:00:00', resttime:'23' };}render(){ return(
更新时间:{this.state.nowtime} 距离下一次更新大概还有{this.state.resttime}分钟