获取 Firefox 书签节点 URL
Firefox 书签中包含其 URL 的节点的属性是什么?
(我尝试过node.baseURI但没有成功)
What is the attribute of the nodes in Firefox Bookmarks that contains their URL ?
(I've tried node.baseURI with no success)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
节点本身没有 URL。
HTMLElementNode 可能有一个 id,可以用作 URL 中的片段标识符(或作为相对 URL)。
HTMLElementNode 可能有一个属性,其值为 URL。
Nodes don't have URLs as such.
An HTMLElementNode might have an id that could be used as the fragment identifier in a URL (or as a relative URL).
An HTMLElementNode might have an attribute, the value of which is a URL.