用textArea的append(string str)方法。换行的话可以加换行符
先把getText()把原先的内容取出来 跟新内容拼接后 再setText()TextArea t1=new TextArea(); ;t1.setText(t1.getText()+"您新输入的内容");