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/url/hash/index.html | 2 -- files/zh-cn/web/api/url/host/index.html | 2 -- files/zh-cn/web/api/url/hostname/index.html | 2 -- files/zh-cn/web/api/url/href/index.html | 2 -- 4 files changed, 8 deletions(-) (limited to 'files/zh-cn/web/api/url') diff --git a/files/zh-cn/web/api/url/hash/index.html b/files/zh-cn/web/api/url/hash/index.html index e84ba5251e..3cb6db9813 100644 --- a/files/zh-cn/web/api/url/hash/index.html +++ b/files/zh-cn/web/api/url/hash/index.html @@ -49,8 +49,6 @@ url.hash // Returns '#Examples'

浏览器兼容

- -

{{Compat("api.URL.hash")}}

参考

diff --git a/files/zh-cn/web/api/url/host/index.html b/files/zh-cn/web/api/url/host/index.html index 4db9e53887..5bb3246d62 100644 --- a/files/zh-cn/web/api/url/host/index.html +++ b/files/zh-cn/web/api/url/host/index.html @@ -55,8 +55,6 @@ var result = url.host // "developer.mozilla.org:4097"

浏览器兼容

- -

{{Compat("api.URL.host")}}

参考

diff --git a/files/zh-cn/web/api/url/hostname/index.html b/files/zh-cn/web/api/url/hostname/index.html index b2646188e1..d223e91f95 100644 --- a/files/zh-cn/web/api/url/hostname/index.html +++ b/files/zh-cn/web/api/url/hostname/index.html @@ -43,8 +43,6 @@ var result = url.hostname; // Returns:'developer.mozilla.org'

浏览器兼容

- -

{{Compat("api.URL.hostname")}}

参考

diff --git a/files/zh-cn/web/api/url/href/index.html b/files/zh-cn/web/api/url/href/index.html index 7bb80eb628..f3a9bc1bba 100644 --- a/files/zh-cn/web/api/url/href/index.html +++ b/files/zh-cn/web/api/url/href/index.html @@ -44,8 +44,6 @@ var result = url.href; // Returns: 'https://developer.mozilla.org/en-US/docs/Web

浏览器兼容

- -

{{Compat("api.URL.href")}}

参考

-- cgit v1.2.3-54-g00ecf