我有一个问题:当我在文本为空 ( "" ) 或 TextField.replaceText( 0, text.length, "some text" ) 的 TExtField 上使用 TextField.appendText( ) 时,不会显示文本,但是text 属性已正确更改。有人知道为什么吗?
例子:
_textField.replaceText( 0, _textField.text.length, String.fromCharCode( ke.charCode ) ); //if it is the first key, we replace the text, otherwise append to it
GR,全科医生