aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/html_drag_and_drop_api/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/html_drag_and_drop_api/index.html')
-rw-r--r--files/zh-cn/web/api/html_drag_and_drop_api/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/html_drag_and_drop_api/index.html b/files/zh-cn/web/api/html_drag_and_drop_api/index.html
index 98718c5e67..d844938fe5 100644
--- a/files/zh-cn/web/api/html_drag_and_drop_api/index.html
+++ b/files/zh-cn/web/api/html_drag_and_drop_api/index.html
@@ -96,7 +96,7 @@ translation_of: Web/API/HTML_Drag_and_Drop_API
<p>{{domxref("DataTransfer")}} 和 {{domxref("DataTransferItem")}} 接口的一个主要的不同是前者使用同步的 {{domxref("DataTransfer.getData","getData()")}} 方法去得到拖拽项的数据,而后者使用异步的 {{domxref("DataTransferItem.getAsString","getAsString()")}} 方法得到拖拽项的数据。</p>
-<p class="note">注意: {{domxref("DragEvent")}} 和 {{domxref("DataTransfer")}} 接口是所有桌面浏览器都支持的。但是, {{domxref("DataTransferItem")}} 和{{domxref("DataTransferItemList")}} 接口并不被所有浏览器支持。请移步 {{anch("互操作性")}} 了解更多关于拖拽行为的信息.</p>
+<p class="note">注意: {{domxref("DragEvent")}} 和 {{domxref("DataTransfer")}} 接口是所有桌面浏览器都支持的。但是, {{domxref("DataTransferItem")}} 和{{domxref("DataTransferItemList")}} 接口并不被所有浏览器支持。请移步 <a href="#互操作性">互操作性</a> 了解更多关于拖拽行为的信息.</p>
<h3 id="Gecko_专用接口">Gecko 专用接口</h3>