Home > SYS_Window > getUrlParam
SYS_Window.getUrlParam() method
获取 URL 参数
Signature
typescript
getUrlParam(key: string): string | null;1
Parameters
Parameter | Type | Description |
|---|---|---|
key | string | 参数名 |
Returns
string | null
参数值