最新的Web開發教程
 

多行文本select() Method

<TextArea對象

選擇一個文本區的內容:

document.getElementById("myTextarea").select();
試一試»

定義和用法

select()方法選擇的文本區域的全部內容。


瀏覽器支持

方法
select()

句法

textareaObject .select()

參數

沒有。

返回值

無返回值。

<TextArea對象