Home > SYS_Window > urlReplaceState
SYS_Window.urlReplaceState() method
修改当前的 URL 历史记录栈信息
Signature
typescript
urlReplaceState(url: string): void;1
Parameters
Parameter | Type | Description |
|---|---|---|
url | string | URL |
Returns
void