diff options
Diffstat (limited to 'files/zh-cn/web/api/url')
-rw-r--r-- | files/zh-cn/web/api/url/hash/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/url/host/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/url/hostname/index.html | 2 | ||||
-rw-r--r-- | files/zh-cn/web/api/url/href/index.html | 2 |
4 files changed, 0 insertions, 8 deletions
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'</pre> <h2 id="浏览器兼容">浏览器兼容</h2> -<div class="hidden">本页面的兼容性表格是由结构化数据生成的。如果你愿意为这些数据做点贡献,请在 github <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 检出代码,然后发送 pull request 给我们。</div> - <p>{{Compat("api.URL.hash")}}</p> <h2 id="参考">参考</h2> 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" <h2 id="浏览器兼容">浏览器兼容</h2> -<div class="hidden">本页面的兼容性表格是由结构化数据生成的。如果你愿意为这些数据做点贡献,请在 github <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 检出代码,然后发送 pull request 给我们。</div> - <p>{{Compat("api.URL.host")}}</p> <h2 id="参考">参考</h2> 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'</pre> <h2 id="浏览器兼容">浏览器兼容</h2> -<div class="hidden">本页面的兼容性表格是由结构化数据生成的。如果你愿意为这些数据做点贡献,请在 github <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 检出代码,然后发送 pull request 给我们。</div> - <p>{{Compat("api.URL.hostname")}}</p> <h2 id="参考">参考</h2> 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 <h2 id="浏览器兼容">浏览器兼容</h2> -<div class="hidden">本页面的兼容性表格是由结构化数据生成的。如果你愿意为这些数据做点贡献,请在 github <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 检出代码,然后发送 pull request 给我们。</div> - <p>{{Compat("api.URL.href")}}</p> <h2 id="参考">参考</h2> |