<textarea id ="txtKibobi" onfocus="frm.txtKibobi.createTextRange().select()">test</textarea>
使用createTextRange().select()就可以选中文本
本文介绍了一个简单的技巧,通过使用createTextRange().select()方法可以轻松地选中文本内容,这对于前端开发人员来说非常实用。
<textarea id ="txtKibobi" onfocus="frm.txtKibobi.createTextRange().select()">test</textarea>
使用createTextRange().select()就可以选中文本
420
656

被折叠的 条评论
为什么被折叠?