diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string')
16 files changed, 0 insertions, 32 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/charcodeat/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/charcodeat/index.html index 2fa6e19305..8c683db768 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/charcodeat/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/charcodeat/index.html @@ -147,8 +147,6 @@ translation_of: Web/JavaScript/Reference/Global_Objects/String/charCodeAt <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("javascript.builtins.String.charCodeAt")}}</p> <h2 id="参见">参见</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/fromcodepoint/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/fromcodepoint/index.html index 786125e340..d7c6ad0ccd 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/fromcodepoint/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/fromcodepoint/index.html @@ -130,8 +130,6 @@ console.log(String.fromCodePoint(0x2F804)); // or 194564 in decimal <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("javascript.builtins.String.fromCodePoint")}}</p> <h2 id="参见">参见</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/link/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/link/index.html index a3956f9ba7..ed9faa514e 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/link/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/link/index.html @@ -65,8 +65,6 @@ document.write('Click to return to ' + hotText.link(URL)); <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("javascript.builtins.String.link")}}</p> <h2 id="参见">参见</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/localecompare/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/localecompare/index.html index b3607222de..9a55c1bb88 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/localecompare/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/localecompare/index.html @@ -174,8 +174,6 @@ console.log('ä'.localeCompare('a', 'sv', { sensitivity: 'base' })); // a positi <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("javascript.builtins.String.localeCompare")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/matchall/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/matchall/index.html index 5fd54c46aa..f2344f6f79 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/matchall/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/matchall/index.html @@ -122,8 +122,6 @@ array[1]; <h2 id="浏览器兼容性">浏览器兼容性</h2> -<p class="hidden">The compatibility table on 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("javascript.builtins.String.matchAll")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/normalize/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/normalize/index.html index 3a054a9172..d88c6826a0 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/normalize/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/normalize/index.html @@ -219,8 +219,6 @@ str.normalize("NFKD"); // "\u0073\u0323\u0307" <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("javascript.builtins.String.normalize")}}</p> <h2 id="参见">参见</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/padend/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/padend/index.html index 4b06856b03..ca1f5d8515 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/padend/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/padend/index.html @@ -89,8 +89,6 @@ if (!String.prototype.padEnd) { <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("javascript.builtins.String.padEnd")}}</p> <h2 id="另请参阅">另请参阅</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/padstart/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/padstart/index.html index 24431715d0..8596df0ae3 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/padstart/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/padstart/index.html @@ -91,8 +91,6 @@ if (!String.prototype.padStart) { <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("javascript.builtins.String.padStart")}}</p> <h2 id="另请参阅">另请参阅</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/raw/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/raw/index.html index 89c4d568d5..8ff8794000 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/raw/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/raw/index.html @@ -100,8 +100,6 @@ String.raw({ <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("javascript.builtins.String.raw")}}</p> <h2 id="参见">参见</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/replace/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/replace/index.html index c4d8f758cb..45421c8b54 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/replace/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/replace/index.html @@ -294,8 +294,6 @@ console.log(retArr);</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("javascript.builtins.String.replace")}}</p> <h3 id="Firefox_备注">Firefox 备注</h3> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/replaceall/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/replaceall/index.html index b79277e488..69c92e87dc 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/replaceall/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/replaceall/index.html @@ -157,8 +157,6 @@ TypeError: replaceAll must be called with a global RegExp <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("javascript.builtins.String.replaceAll")}}</p> <h2 id="了解更多">了解更多</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/search/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/search/index.html index 66ab981508..06c7e214fd 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/search/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/search/index.html @@ -65,8 +65,6 @@ console.log(str.search(re2)); // returns -1 cannot find '.' dot punctuation</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("javascript.builtins.String.search")}}</p> <h2 id="Gecko_注意事项">Gecko 注意事项</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/startswith/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/startswith/index.html index 2aaef9b688..747878e5b9 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/startswith/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/startswith/index.html @@ -83,8 +83,6 @@ alert(str.startsWith("not to be", 10)); // true</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("javascript.builtins.String.startsWith")}}</p> <h2 id="参见">参见</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/tolocaleuppercase/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/tolocaleuppercase/index.html index 9043db95c5..d6fe58b0a5 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/tolocaleuppercase/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/tolocaleuppercase/index.html @@ -74,8 +74,6 @@ let locales = ['lt', 'LT', 'lt-LT', 'lt-u-co-phonebk', 'lt-x-lietuva']; <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("javascript.builtins.String.toLocaleUpperCase")}}</p> <h2 id="相关链接">相关链接</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/trim/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/trim/index.html index 66e0d5171f..503a9e234f 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/trim/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/trim/index.html @@ -91,8 +91,6 @@ console.log(orig.trim()); // 'foo' <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("javascript.builtins.String.trim")}}</p> <h2 id="参见">参见</h2> diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/trimstart/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/trimstart/index.html index 97a31c4277..48718fcb13 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/trimstart/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/trimstart/index.html @@ -75,8 +75,6 @@ console.log(str); // "foo " <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("javascript.builtins.String.trimStart")}}</p> <h2 id="Polyfill">Polyfill</h2> |