开发者

Get Firefox bookmarks nodes URL

开发者 https://www.devze.com 2023-03-10 19:15 出处:网络
What is the attribute of the nodes in Firefox Bookmarks that开发者_高级运维 contains their URL ?

What is the attribute of the nodes in Firefox Bookmarks that开发者_高级运维 contains their URL ?

(I've tried node.baseURI with no success)


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消