相对于当前位置解析 URL。
import { useHref } from "react-router"function SomeComponent() { let href = useHref("some/where"); // "/resolved/some/where"} Copy
import { useHref } from "react-router"function SomeComponent() { let href = useHref("some/where"); // "/resolved/some/where"}
可选
相对于当前位置解析 URL。