gpt4 book ai didi

java - 如何从 JavaFX 中的 TextArea 获取文本并保存换行符?

转载 作者:太空宇宙 更新时间:2023-11-04 11:52:35 24 4
gpt4 key购买 nike

我有一个 TextArea 和其中的几行文本。当我通过 getText() 方法提取字符串时,我得到的是一行文本,而不是真正写的几行。那么如何区分 TextArea 中的每一行呢?

最佳答案

像这样使用.replaceAll

//replace the line breaks "\n" with System line separator...
//replace "yourTextAreaVariabe" with your own...
yourTextAreaVariable.getText().replaceAll("\n", System.getProperty("line.separator"));

关于java - 如何从 JavaFX 中的 TextArea 获取文本并保存换行符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41664796/

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