diff options
author | t7yang <t7yang@gmail.com> | 2021-05-28 22:17:15 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-05-31 15:39:29 +0800 |
commit | d4625fc3adef7da9a077b195800094d03488c50c (patch) | |
tree | 902a058e6bca2c88933cf319f14eb179708eef5f /files/zh-cn/web/api/xmlhttprequest | |
parent | d935156b29ff23a8cfbacba5baf389d617572cf4 (diff) | |
download | translated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.gz translated-content-d4625fc3adef7da9a077b195800094d03488c50c.tar.bz2 translated-content-d4625fc3adef7da9a077b195800094d03488c50c.zip |
remove bcd paragraph for zh-CN
Diffstat (limited to 'files/zh-cn/web/api/xmlhttprequest')
6 files changed, 0 insertions, 12 deletions
diff --git a/files/zh-cn/web/api/xmlhttprequest/load_event/index.html b/files/zh-cn/web/api/xmlhttprequest/load_event/index.html index 47d3470174..bdbe4fbed3 100644 --- a/files/zh-cn/web/api/xmlhttprequest/load_event/index.html +++ b/files/zh-cn/web/api/xmlhttprequest/load_event/index.html @@ -130,8 +130,6 @@ xhrButtonAbort.addEventListener('click', () => { <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面上的兼容性表是根据结构化数据生成的。 如果您想贡献数据,请访问<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a>并向我们发送请求请求。</div> - <p>{{Compat("api.XMLHttpRequest.load_event")}}</p> <p><font face="x-locale-heading-primary, zillaslab, Palatino, Palatino Linotype, x-locale-heading-secondary, serif"><span style="font-size: 37.33327865600586px;"><strong>了解更多</strong></span></font></p> diff --git a/files/zh-cn/web/api/xmlhttprequest/response/index.html b/files/zh-cn/web/api/xmlhttprequest/response/index.html index 71ecacaa8c..03ab3ce6e4 100644 --- a/files/zh-cn/web/api/xmlhttprequest/response/index.html +++ b/files/zh-cn/web/api/xmlhttprequest/response/index.html @@ -81,8 +81,6 @@ function load(url, callback) { <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面中的兼容性表是根据结构化数据生成的。如果你想为数据做出贡献,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发起拉取请求。</div> - <p>{{Compat("api.XMLHttpRequest.response")}}</p> <h2 id="了解更多">了解更多</h2> diff --git a/files/zh-cn/web/api/xmlhttprequest/responsetype/index.html b/files/zh-cn/web/api/xmlhttprequest/responsetype/index.html index 28233b4c48..c270b2f109 100644 --- a/files/zh-cn/web/api/xmlhttprequest/responsetype/index.html +++ b/files/zh-cn/web/api/xmlhttprequest/responsetype/index.html @@ -34,8 +34,6 @@ translation_of: Web/API/XMLHttpRequest/responseType <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面中的兼容性表是根据结构化数据生成的。如果你想为数据做出贡献,请查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们发起拉取请求。</div> - <p>{{Compat("api.XMLHttpRequest.responseType")}}</p> <h2 id="了解更多">了解更多</h2> diff --git a/files/zh-cn/web/api/xmlhttprequest/status/index.html b/files/zh-cn/web/api/xmlhttprequest/status/index.html index d248bf2090..fd8275abc9 100644 --- a/files/zh-cn/web/api/xmlhttprequest/status/index.html +++ b/files/zh-cn/web/api/xmlhttprequest/status/index.html @@ -67,8 +67,6 @@ xhr.send(null); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">本页面中的兼容性列表生成自结构性的数据。如果你想帮助改进这些数据,请访问<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 然后提交 request。.</div> - <p>{{Compat("api.XMLHttpRequest.status")}}</p> <h2 id="其他相关资料">其他相关资料</h2> diff --git a/files/zh-cn/web/api/xmlhttprequest/statustext/index.html b/files/zh-cn/web/api/xmlhttprequest/statustext/index.html index 7935aab46b..cd9bd26b5f 100644 --- a/files/zh-cn/web/api/xmlhttprequest/statustext/index.html +++ b/files/zh-cn/web/api/xmlhttprequest/statustext/index.html @@ -58,8 +58,6 @@ xhr.send(null); <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden">此页面的兼容性表格由结构化的数据生成,如果您想贡献数据,请参见<a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并向我们提出 pull request.</div> - <p>{{Compat("api.XMLHttpRequest.statusText")}}</p> <h2 id="参考内容">参考内容</h2> diff --git a/files/zh-cn/web/api/xmlhttprequest/using_xmlhttprequest/index.html b/files/zh-cn/web/api/xmlhttprequest/using_xmlhttprequest/index.html index 0bc86f91bb..0013ee934a 100644 --- a/files/zh-cn/web/api/xmlhttprequest/using_xmlhttprequest/index.html +++ b/files/zh-cn/web/api/xmlhttprequest/using_xmlhttprequest/index.html @@ -786,8 +786,6 @@ oReq.send(null);</pre> <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> and send us a pull request.</p> - <p>{{Compat("api.XMLHttpRequest")}}</p> <h2 id="参考资料">参考资料</h2> |