假设你原有“AAA”在JTextArea里面显示了JTextAreajta;你可以获取到StringsrcCont=jta.getText();你要新加内容Stringappend="BBB";jta.setText(srcCont+append);