Super expression must either be null or a function, not undefined
最近在看react……,然后出现这个错误,class Clocks extends ReactDOM.Component{ constructor(props){ super(props); this.state ={date:new Date()}; } render(){...