react的super(props)

在學習react的時候,其中在構造函數裏面,有一個super(props),具體是什麼意思呢。 其中 super語法來自es6,其語法如下: 1 2 3 4 5 super([arguments]); // 調用 父對象/父類 的構造函數   super.functionOnParent([arguments]); // 調用 父對象/父類 上的方法 我們要理解react中的super(props
相關文章
相關標籤/搜索