gpt4 book ai didi

java - 替换同一文本文件中的字符串

转载 作者:行者123 更新时间:2023-12-02 06:47:22 25 4
gpt4 key购买 nike

我正在尝试用另一个子字符串替换文本文件中的子字符串。当我使用replace时/replaceAll我发现文件中没有看到更改。

temp = line.split("\"");
String str = temp[1].substring((temp[1].length())-4);
line = line.replace(str,"rvro");

当我打印替换前后的行时,它工作正常,但在主文件中看不到更改

我想使用一个文件来处理所有内容并在其上写入更改。

最佳答案

When I print the line before and after replacement,its working fine but the changes are not seen in the main file

您需要将字符串写回到文件中,也许使用 FileWriter .

关于java - 替换同一文本文件中的字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18477275/

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