HTMLTemplateElement
可以使用**HTMLTemplateElement** 接口来访问 HTML <template>元素的内容。
属性
这个接口继承了 HTMLElement的属性
HTMLTemplateElement.content只读-
DocumentFragment对象,包裹了模板元素<template>的内容。这个属性是只读的 DOM 树。
Methods
这个接口继承了 HTMLElement的方法。
规范
| Specification |
|---|
| HTML Standard # htmltemplateelement |
浏览器兼容性
BCD tables only load in the browser