gpt4 book ai didi

java - 拉出特定线

转载 作者:行者123 更新时间:2023-12-02 07:57:27 26 4
gpt4 key购买 nike

所以我试图编写一个程序来搜索 .txt 文件中的特定短语。如果有帮助,该行的那部分是

USGController::prepUsgBleed():

当我发现我想将 .txt 文件中的整行提取到程序中的字符串中时。或者更好的是最后定义的数字(60 和 679)。这是打印出来的我想要拉入的行:

17338.353384    [0x00001d40][Default]   USGController::prepUsgBleed(): mA 60 mV 0 mode 1 dac 679

最佳答案

只需使用 BufferedReader.readLine() 逐行读取文件,然后使用 String.indexOf() 查找子字符串。

如果 indexOf() 返回值 >= 0,则保留该行。

关于java - 拉出特定线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9420814/

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