const contentIFrameRef = useRef<any>(null) useEffect(() => { initdata() }, []) const initdata = async () => { const iframe: any ...
確定! 回上一頁