import { useEffect } from "react" export function ScrollToTop() { const pathname = window.location.pathname useEffect(() => { window.
確定! 回上一頁