TextField()设置插入位置

Tom*_*Tom 8 apache-flex flex3 actionscript-3

如何设置插入位置,只有

this.caretIndex(READ)

Jam*_*Hay 16

使用setSelection(beginIndex:int,endIndex:int):void

例如

this.textField.setSelection(20, 20)
Run Code Online (Sandbox Code Playgroud)