你的意思是在textarea里面继续添加内容吗?
你可以把以前的内容先取出String
然后把两个内容加起来再添加到textarea里面去例如:
String a=oldinfo;
String b=newinfo;
String c=olainfo +"\n" +new info;