A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/zh-CN/docs/Web/API/Document/plugins below:

Document.plugins - Web API | MDN

MDN Web Docs
  1. 面向开发者的 Web 技术
  2. Web API
  3. Document
  4. Document.plugins

此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

Filter sidebar

在本文中
  1. 文档对象模型(DOM)
  2. Document
  3. 构造函数
    1. Document()
  4. 实例属性
    1. activeElement
    2. adoptedStyleSheets
    3. alinkColor 已弃用
    4. all 已弃用
    5. anchors 已弃用
    6. applets 已弃用
    7. bgColor 已弃用
    8. body
    9. characterSet
    10. childElementCount
    11. children
    12. compatMode
    13. contentType
    14. cookie
    15. currentScript
    16. defaultView
    17. designMode
    18. dir
    19. doctype
    20. documentElement
    21. documentURI
    22. domain 已弃用
    23. embeds
    24. featurePolicy 实验性
    25. fgColor 已弃用
    26. firstElementChild
    27. fonts
    28. forms
    29. fragmentDirective
    30. fullscreen 已弃用
    31. fullscreenElement
    32. fullscreenEnabled
    33. head
    34. hidden
    35. images
    36. implementation
    37. lastElementChild
    38. lastModified
    39. lastStyleSheetSet 非标准 已弃用
    40. linkColor 已弃用
    41. links
    42. location
    43. pictureInPictureElement
    44. pictureInPictureEnabled
    45. plugins
    46. pointerLockElement
    47. preferredStyleSheetSet 非标准 已弃用
    48. prerendering 实验性
    49. readyState
    50. referrer
    51. rootElement 已弃用
    52. scripts
    53. scrollingElement
    54. selectedStyleSheetSet 非标准 已弃用
    55. styleSheets
    56. styleSheetSets 非标准 已弃用
    57. timeline
    58. title
    59. URL
    60. visibilityState
    61. vlinkColor 已弃用
    62. xmlEncoding 已弃用
    63. xmlVersion 已弃用
  5. 静态方法
    1. parseHTML()
    2. parseHTMLUnsafe()
  6. 实例方法
    1. adoptNode()
    2. append()
    3. browsingTopics() 实验性 非标准
    4. caretPositionFromPoint()
    5. caretRangeFromPoint() 非标准
    6. clear() 已弃用
    7. close()
    8. createAttribute()
    9. createAttributeNS()
    10. createCDATASection()
    11. createComment()
    12. createDocumentFragment()
    13. createElement()
    14. createElementNS()
    15. createEvent() 已弃用
    16. createExpression()
    17. createNodeIterator()
    18. createNSResolver() 已弃用
    19. createProcessingInstruction()
    20. createRange()
    21. createTextNode()
    22. createTouch() 非标准 已弃用
    23. createTouchList() 非标准 已弃用
    24. createTreeWalker()
    25. elementFromPoint()
    26. elementsFromPoint()
    27. enableStyleSheetsForSet() 非标准 已弃用
    28. evaluate()
    29. execCommand() 已弃用
    30. exitFullscreen()
    31. exitPictureInPicture()
    32. exitPointerLock()
    33. getAnimations()
    34. getElementById()
    35. getElementsByClassName()
    36. getElementsByName()
    37. getElementsByTagName()
    38. getElementsByTagNameNS()
    39. getSelection()
    40. hasFocus()
    41. hasStorageAccess()
    42. hasUnpartitionedCookieAccess()
    43. importNode()
    44. moveBefore() 实验性
    45. mozSetImageElement() 非标准
    46. open()
    47. prepend()
    48. queryCommandEnabled() 非标准 已弃用
    49. queryCommandState() 非标准 已弃用
    50. queryCommandSupported() 非标准 已弃用
    51. querySelector()
    52. querySelectorAll()
    53. releaseCapture() 非标准
    54. replaceChildren()
    55. requestStorageAccess()
    56. requestStorageAccessFor() 实验性
    57. startViewTransition()
    58. write() 已弃用
    59. writeln() 已弃用
  7. 事件
    1. afterscriptexecute 非标准 已弃用
    2. beforescriptexecute 非标准 已弃用
    3. DOMContentLoaded
    4. fullscreenchange
    5. fullscreenerror
    6. pointerlockchange
    7. pointerlockerror
    8. prerenderingchange 实验性
    9. readystatechange
    10. scroll
    11. scrollend
    12. scrollsnapchange 实验性
    13. scrollsnapchanging 实验性
    14. securitypolicyviolation
    15. selectionchange
    16. visibilitychange
  8. 继承
    1. Node
    2. EventTarget
  9. DOM 的相关页面
    1. AbortController
    2. AbortSignal
    3. AbstractRange
    4. Attr
    5. CDATASection
    6. CharacterData
    7. Comment
    8. CustomEvent
    9. DOMError 已弃用
    10. DOMException
    11. DOMImplementation
    12. DOMParser
    13. DOMPoint
    14. DOMPointReadOnly
    15. DOMRect
    16. DOMTokenList
    17. DocumentFragment
    18. DocumentType
    19. Element
    20. Event
    21. EventTarget
    22. HTMLCollection
    23. MutationObserver
    24. MutationRecord
    25. NamedNodeMap
    26. Node
    27. NodeIterator
    28. NodeList
    29. ProcessingInstruction
    30. Range
    31. StaticRange
    32. Text
    33. TextDecoder
    34. TextEncoder
    35. TimeRanges
    36. TreeWalker
    37. XMLDocument
  10. 指南
    1. DOM 概述
    2. 使用文档对象模型
    3. Attribute reflection
    4. 使用 JavaScript 和 DOM 接口遍历 HTML 表格
    5. 使用选择器定位 DOM 元素
    6. DOM 事件
    7. 使用 DOM 进行 web 和 XML 开发的示例
在本文中 Document.plugins

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since June 2018.

Document接口的插件只读属性返回一个HTMLCollection 对象,该对象包含一个或多个HTMLEmbedElements 表示当前文档中的<embed> 元素。

备注: 对于已安装的插件列表,请使用 NavigatorPlugins.plugins 插件。

值

一个 HTMLCollection, 如果文档中没有嵌入则为 null。

规范 Specification HTML
# dom-document-plugins-dev
浏览器兼容性 参见 Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on 2024年12月13日 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4