aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/document/getselection/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:40 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:56:40 +0100
commit310fd066e91f454b990372ffa30e803cc8120975 (patch)
treed5d900deb656a5da18e0b60d00f0db73f3a2e88e /files/zh-cn/web/api/document/getselection/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-310fd066e91f454b990372ffa30e803cc8120975.tar.gz
translated-content-310fd066e91f454b990372ffa30e803cc8120975.tar.bz2
translated-content-310fd066e91f454b990372ffa30e803cc8120975.zip
unslug zh-cn: move
Diffstat (limited to 'files/zh-cn/web/api/document/getselection/index.html')
-rw-r--r--files/zh-cn/web/api/document/getselection/index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/files/zh-cn/web/api/document/getselection/index.html b/files/zh-cn/web/api/document/getselection/index.html
deleted file mode 100644
index 73b3a4ce6b..0000000000
--- a/files/zh-cn/web/api/document/getselection/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: document.getSelection
-slug: Web/API/Document/getSelection
-translation_of: Web/API/DocumentOrShadowRoot/getSelection
-translation_of_original: Web/API/Document/getSelection
----
-<article class="approved text-content" style="padding-right: 10px; width: 652px; float: left;">
-<div class="boxed translate-rendered" style="">
-<p>{{APIRef("DOM")}}</p>
-
-<p>该方法的功能等价于 {{domxref("Window.getSelection()")}} 方法;其返回一个 {{domxref("Selection")}} 对象,表示文档中当前被选择的文本。</p>
-</div>
-</article>
-
-<p> </p>