blob: dce4bc9c58db7d9dd567974d8e2bbd93ea202a68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
title: document.getSelection
slug: conflicting/Web/API/DocumentOrShadowRoot/getSelection
translation_of: Web/API/DocumentOrShadowRoot/getSelection
translation_of_original: Web/API/Document/getSelection
original_slug: 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>
|