blob: 73b3a4ce6bbd6045179fed1d21ca4f1f541c5457 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
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>
|