import { useState, useEffect, useRef } from "react"; const delay = 1; ... useRef value stored in .current property timer.current = setInterval(() ...
確定! 回上一頁