gpt4 book ai didi

java - JTextArea - 去掉额外的行

转载 作者:行者123 更新时间:2023-11-29 03:30:02 24 4
gpt4 key购买 nike

当我使用 JTextArea 时,我总是得到输出:

xxxxxxxxxx
第一行
最后一行

xxxxxxxxxx

其中xxxxxx为文本区域的边框。相反,我希望它最后没有额外的行。像这样:

xxxxxxxxx
第一行
最后一行
xxxxxxxxx

我该怎么办?

编辑:我在格式化代码以便在此处发布时发现我的代码存在问题。不幸的是,我没有注意到各种因素的组合。请删除问题。

最佳答案

好吧,如果您使用 println(),它总是会在字符串末尾添加新行 (\n),您需要手动添加这些行,例如打印(第 1 行 + "\n"+ 第 2 行)

关于java - JTextArea - 去掉额外的行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18735631/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com