diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/global_objects/string/endswith')
-rw-r--r-- | files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html b/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html index f7ed81e221..fb6728a8a0 100644 --- a/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html +++ b/files/zh-cn/web/javascript/reference/global_objects/string/endswith/index.html @@ -82,10 +82,6 @@ alert( str.endsWith("to be", 19) ); // true <h2 id="浏览器兼容性">浏览器兼容性</h2> -<div class="hidden"> -<p>这个页面上的兼容性表格是通过结构化的数据自动生成的,如果你希望改进这些数据,你可以查看 <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> 并提交你的改进。 </p> -</div> - <p>{{Compat("javascript.builtins.String.endsWith")}}</p> <h2 id="参见">参见</h2> |