import { useState } from 'react'; function Example() { // Declare a new state ... 例如, useState 是一个Hook,允许您将React state(状态) 添加到函数式组件中。
確定! 回上一頁