获取当前脚本标签的parentNode
有没有办法获取当前脚本标签的父节点。我想为 script 标签分配 id 属性,但发现它不支持标准属性。
实际上我想获取框架内文档的标题,而 document.title 返回网页的标题。
Is there any way to get the parent node of current script tag. I wanted to assign id attribute to the script tag but found that it does not support standard attributes.
Actually I want to get the title of a document inside a frame and document.title is returning the title of the webpage.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这就是您正在寻找的内容:
文档的文档。 currentScript 说:
I believe this is what you are looking for:
The documentation for Document.currentScript says: