位置:toString() 方法
toString()
字符串化器 方法是 Location
接口的方法,它返回一个包含整个 URL 的字符串。它是 Location.href
的只读版本。
语法
js
toString()
参数
无。
返回值
一个表示对象 URL 的字符串。
示例
js
// Let's imagine this code is executed on https://example.com/path?search#hash
const result = window.location.toString(); // Returns: 'https://example.com/path?search#hash'
规范
规范 |
---|
HTML 标准 # dom-location-href-dev |
浏览器兼容性
BCD 表格仅在浏览器中加载