那些时光就像是一场梦
class Component extends React{ construct(props){ super(props) } this.state = { xxx:, x: } } this.$set({})
同时渲染循环的结构和自定义的接口时 数组处理如: { [ <div>123</div>, array.map(item=>( <div>{item}</div> )) ] }