<input type="text" name="txt" value="aabbcc" onfocus="this.select();">
在文本框得到焦點時選中 aabbcc如何只選中其中的一部分如 bcc用js實現可以嗎?