Input Text select() 方法

Input Text 对象参考手册 Input Text 对象

实例

选取文本域的内容:

document.getElementById("myText").select();

运行代码 »

定义和用法

select() 方法用于选取文本域中的内容。


浏览器支持

Internet Explorer Firefox Opera Google Chrome Safari

所有主流浏览器都支持 select() 方法 。


语法

textObject.select()

参数

None.

技术详情

返回值: 没有返回值

Input Text 对象参考手册 Input Text 对象其他扩展