You just need to set the printed string into textarea: Copy Code. String output = "your output"; ... setText(output);.
確定! 回上一頁