class Clock extends React.Component { constructor(props) { super(props); this.state = {date: new Date()}; }这里的props是什么意思,是内置的对象吗?看到这种写法很疑惑。 查看完整描述