正在准备搜索索引...
搜索索引不可用
@custouch-open/js-sdk
@custouch-open/js-sdk
index
<internal>
URL
接口 URL
The URL interface represents an object providing static methods used for creating object URLs.
interface
URL
{
hash
:
string
;
host
:
string
;
hostname
:
string
;
href
:
string
;
origin
:
string
;
password
:
string
;
pathname
:
string
;
port
:
string
;
protocol
:
string
;
search
:
string
;
searchParams
:
URLSearchParams
;
username
:
string
;
toJSON
(
)
:
string
;
toString
(
)
:
string
;
}
索引
属性
hash
host
hostname
href
origin
password
pathname
port
protocol
search
search
Params
username
方法
toJSON
to
String
属性
hash
hash
:
string
host
host
:
string
hostname
hostname
:
string
href
href
:
string
只读
origin
origin
:
string
password
password
:
string
pathname
pathname
:
string
port
port
:
string
protocol
protocol
:
string
search
search
:
string
只读
search
Params
search
Params
:
URLSearchParams
username
username
:
string
方法
toJSON
toJSON
(
)
:
string
返回
string
to
String
to
String
(
)
:
string
返回
string
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
hash
host
hostname
href
origin
password
pathname
port
protocol
search
search
Params
username
方法
toJSON
to
String
@custouch-open/js-sdk
加载中……
The URL interface represents an object providing static methods used for creating object URLs.