From d4625fc3adef7da9a077b195800094d03488c50c Mon Sep 17 00:00:00 2001 From: t7yang Date: Fri, 28 May 2021 22:17:15 +0800 Subject: remove bcd paragraph for zh-CN --- files/zh-cn/web/api/htmlselectelement/add/index.html | 2 -- files/zh-cn/web/api/htmlselectelement/index.html | 2 -- files/zh-cn/web/api/htmlselectelement/remove/index.html | 2 -- 3 files changed, 6 deletions(-) (limited to 'files/zh-cn/web/api/htmlselectelement') diff --git a/files/zh-cn/web/api/htmlselectelement/add/index.html b/files/zh-cn/web/api/htmlselectelement/add/index.html index dfd9dbcb54..26171379e1 100644 --- a/files/zh-cn/web/api/htmlselectelement/add/index.html +++ b/files/zh-cn/web/api/htmlselectelement/add/index.html @@ -163,6 +163,4 @@ sel.add(opt, sel.options[1]);

浏览器兼容性

- -

{{Compat("api.HTMLSelectElement.add")}}

diff --git a/files/zh-cn/web/api/htmlselectelement/index.html b/files/zh-cn/web/api/htmlselectelement/index.html index ee1f8e0bfc..78be4d469a 100644 --- a/files/zh-cn/web/api/htmlselectelement/index.html +++ b/files/zh-cn/web/api/htmlselectelement/index.html @@ -157,8 +157,6 @@ console.log(select.options[select.selectedIndex].value) // Second

浏览器兼容性

- -

{{Compat("api.HTMLSelectElement")}}

参见

diff --git a/files/zh-cn/web/api/htmlselectelement/remove/index.html b/files/zh-cn/web/api/htmlselectelement/remove/index.html index f19cc16900..7e732c20cd 100644 --- a/files/zh-cn/web/api/htmlselectelement/remove/index.html +++ b/files/zh-cn/web/api/htmlselectelement/remove/index.html @@ -78,8 +78,6 @@ sel.remove(1);

浏览器兼容性

- -

{{Compat("api.HTMLSelectElement.remove")}}

参考

-- cgit v1.2.3-54-g00ecf