准备搜索索引...
搜索索引不可用
React Router API 参考
React Router API 参考
react-router
路径
接口 Path
URL 的 pathname、search 和 hash 值。
interface
Path
{
hash
:
string
;
pathname
:
string
;
search
:
string
;
}
继承关系 (
查看完整
)
路径
Location
索引
属性
hash
pathname
search
属性
hash
hash
:
string
URL 片段标识符,以 # 开头。
pathname
pathname
:
string
URL 路径名,以 / 开头。
search
search
:
string
URL 查询字符串,以 ? 开头。
设置
成员可见性
受保护的
继承的
外部的
主题
操作系统
浅色
深色
在此页上
属性
hash
pathname
search
React Router API 参考
加载中...
URL 的 pathname、search 和 hash 值。