import { useState, useEffect } from 'react'; function Clock(props) { //Here we reference our custom hook const timer = useNewTimer(new Date()); ...
確定! 回上一頁