aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/clipboard/write/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/clipboard/write/index.html')
-rw-r--r--files/zh-cn/web/api/clipboard/write/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/clipboard/write/index.html b/files/zh-cn/web/api/clipboard/write/index.html
index a7f69da118..ef3cf82beb 100644
--- a/files/zh-cn/web/api/clipboard/write/index.html
+++ b/files/zh-cn/web/api/clipboard/write/index.html
@@ -16,7 +16,7 @@ translation_of: Web/API/Clipboard/write
<p>但是你要提前获取 "<a href="/en-US/docs/Web/API/Permissions_API">Permissions API</a>" 的 <code>"clipboard-write"</code> 权限才能将数据写入到剪贴板。</p>
<div class="note">
-<p><strong>注意:</strong> 浏览器对这个异步剪贴板的 API 仍然在讨论中。所以在使用它之前请检查 {{anch("Browser compatibility", "compatibility table")}} 和 {{SectionOnPage("/en-US/docs/Web/API/Clipboard", "Clipboard availability")}} 以获得更多的兼容性信息。</p>
+<p><strong>注意:</strong> 浏览器对这个异步剪贴板的 API 仍然在讨论中。所以在使用它之前请检查 <a href="#浏览器兼容性">浏览器兼容性</a> 和 {{SectionOnPage("/en-US/docs/Web/API/Clipboard", "Clipboard availability")}} 以获得更多的兼容性信息。</p>
</div>
<h2 id="语法">语法</h2>