在2018年React提出了Hook,賦予了Function Component擁有了React State的概念 ... import React, { useState } from "react" function CounterFunc() ...
確定! 回上一頁