diff options
Diffstat (limited to 'files/zh-cn/web/api/textencoder')
-rw-r--r-- | files/zh-cn/web/api/textencoder/textencoder/index.html | 48 |
1 files changed, 1 insertions, 47 deletions
diff --git a/files/zh-cn/web/api/textencoder/textencoder/index.html b/files/zh-cn/web/api/textencoder/textencoder/index.html index ce65b791c4..0369274a65 100644 --- a/files/zh-cn/web/api/textencoder/textencoder/index.html +++ b/files/zh-cn/web/api/textencoder/textencoder/index.html @@ -239,53 +239,7 @@ translation_of: Web/API/TextEncoder/TextEncoder <h2 id="浏览器支持">浏览器支持</h2> -<div>{{CompatibilityTable}}</div> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatNo}}</td> - <td>{{CompatGeckoDesktop("19.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> - -<div id="compat-mobile"> -<table class="compat-table"> - <tbody> - <tr> - <th>Feature</th> - <th>Android</th> - <th>Firefox Mobile (Gecko)</th> - <th>IE Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Basic support</td> - <td>{{CompatNo}}</td> - <td>{{CompatGeckoMobile("19.0")}}</td> - <td>{{CompatNo}}</td> - <td>{{CompatUnknown}}</td> - <td>{{CompatNo}}</td> - </tr> - </tbody> -</table> -</div> +{{Compat("api.TextEncoder.TextEncoder")}} <h2 id="另见">另见</h2> |