导航菜单
高手之路教程
教程首页
源码下载
模板下载
软件下载
搜索
在线工具
在线编程
在线白板
切换主题
白天模式
夜晚模式
自动模式
JavaScript 参考手册
概览
JavaScript
对象
JavaScript Array 对象
JavaScript Boolean 对象
JavaScript Date 对象
JavaScript Math 对象
JavaScript Number 对象
JavaScript String 对象
JavaScript RegExp 对象
JavaScript 全局属性/函数
JavaScript 运算符
JavaScript Error
Browser
对象
Window 对象
Navigator 对象
Screen 对象
History 对象
Location 对象
存储对象
DOM
对象
HTML DOM Document 对象
HTML DOM 元素对象
HTML DOM 属性对象
HTML DOM 事件对象
HTML DOM Console 对象
CSSStyleDeclaration 对象
DOM HTMLCollection
HTML
对象
<a>
<area>
<audio>
<base>
<blockquote>
<body>
<button>
<canvas>
<col>
<colgroup>
<datalist>
<del>
<details>
<dialog>
<embed>
<fieldset>
<form>
<iframe>
<frameset >
<img>
<ins>
<input> - button
<input> - checkbox
<input> - color
<input> - date
<input> - datetime
<input> - datetime-local
<input> - email
<input> - file
<input> - hidden
<input> - image
<input> - month
<input> - number
<input> - range
<input> - password
<input> - radio
<input> - reset
<input> - search
<input> - submit
<input> - text
<input> - time
<input> - url
<input> - week
<keygen>
<link>
<label>
<legend>
<li>
<map>
<menu>
<menuItem>
<meta>
<meter>
<object>
<ol>
<optgroup>
<option>
<param>
<progress>
<q>
<script>
<select>
<source>
<style>
<table>
<td>
<th>
<tr>
<textarea>
<title>
<time>
<track>
<video>
JavaScript toString() 方法
JavaScript replaceAll() 方法
Window
getSelection()
方法
Window 对象
定义和用法
getSelection() 方法表示用户选择的文本范围或光标的当前位置。
语法
window.getSelection();
浏览器支持
所有主要浏览器都支持 focus() 方法
实例代码
读取选中的内容:
function
foo
(
)
{
let
selObj
=
window
.
getSelection
(
)
;
alert
(
selObj
.
toString
(
)
)
;
}
Window 对象
JavaScript toString() 方法
JavaScript replaceAll() 方法
快速导航
前端高手教程
HTML
CSS
JavaScript
HTML5
CSS3
TypeScript
Bootstrap5
Vue3
jQuery
React
angularjs2
jQuery UI
HTML DOM
AngularJS
AngularJS2
React
jQuery EasyUI
AJAX
JSON
Echarts
Chart.js
Highcharts
Google 地图
Foundation
后端高手教程
PHP
Python2.x
Java
Asp.net
C语言
C++
C#
Node.js
Ruby
Linux
Docker
Lua
Perl
Rust
JSP
Go
Scala
Servlet
Django
FastAPI
Zookeeper
APP高手教程
Android
Swift
jQuery Mobile
ionic
Kotlin
ASP
VBScript
AppML
数据库高手教程
SQL
MySQL
PostgreSQL
SQLite
MongoDB
Redis
Memcached
大数据高手教程
NumPy
Pandas
Matplotlib
Scipy
R
Julia
开发工具教程
Eclipse
Git
Svn
Markdown
正则表达式
Maven
Verilog
其他相关教程
数据结构与算法
设计模式
XML
DTD
XML DOM
XSLT
XPath
XQuery
XLink
XPointer
XML Schema
XSL-FO
SVG