Location: toString() - Web API 接口参考 编辑
{{ApiRef(“ Location”)}}
toString()
{{domxref(“ Location”)}}接口的stringifier方法返回包含整个URL的{{domxref(“ USVString”)}}}。它是{{domxref(“ Location.href”)}}的只读版本。
句法
string = object.toString();
例子
// Let's imagine an <a id="myAnchor" href="/wiki/en-US/docs/Location/toString"> element is in the document
var anchor = document.getElementById("myAnchor");
var result = anchor.toString(); // Returns: '/wiki/en-US/docs/Location/toString'
技术指标
规范 | 状态 | 评论 |
---|---|---|
{{SpecName('HTML WHATWG',“#dom-location-href”)}} | {{Spec2('HTML WHATWG')}} |
浏览器兼容性
此页面上的兼容性表是根据结构化数据生成的。如果您想贡献数据,请查看https://github.com/mdn/browser-compat-data并向我们发送请求请求。{{Compat(“ api.Location.toString”)}}
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论