diff options
Diffstat (limited to 'files/zh-cn/web/api/document/createattribute/index.html')
-rw-r--r-- | files/zh-cn/web/api/document/createattribute/index.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/files/zh-cn/web/api/document/createattribute/index.html b/files/zh-cn/web/api/document/createattribute/index.html index 6b9e743ce9..8ad1fbd632 100644 --- a/files/zh-cn/web/api/document/createattribute/index.html +++ b/files/zh-cn/web/api/document/createattribute/index.html @@ -79,8 +79,6 @@ console.log(node.getAttribute("my_attrib")); // "newVal" <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">这个页面的兼容性表是从格式化数据生成的,如果你想贡献数据,请check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>修改后给我们发送pull请求。</div> - <p>{{Compat("api.Document.createAttribute")}}</p> <h2 id="参见">参见</h2> |