首 页 行业热点 新车 试驾评测 养车用车 车型库

如何在文本文档中找关键字

发布网友 发布时间:2022-04-24 02:45

我来回答

2个回答

热心网友 时间:2023-10-22 18:17

C# 复制代码
using System;
using System.IO;

class Test
{
public static void Main()
{
try
{
// Create an instance of StreamReader to read from a file.
// The using statement also closes the StreamReader.
using (StreamReader sr = new StreamReader("TestFile.txt"))
{
String line;
// Read and display lines from the file until the end of
// the file is reached.
while ((line = sr.ReadLine()) != null)
{
int pos = line.IndexOf("你要找的字符串") ;
if(pos>=0)
Console.WriteLine(pos);
}
}
}
catch (Exception e)
{
// Let the user know what went wrong.
Console.WriteLine("The file could not be read:");
Console.WriteLine(e.Message);
}
}
}

热心网友 时间:2023-10-22 18:18

Ctrl+F

热心网友 时间:2023-10-22 18:17

C# 复制代码
using System;
using System.IO;

class Test
{
public static void Main()
{
try
{
// Create an instance of StreamReader to read from a file.
// The using statement also closes the StreamReader.
using (StreamReader sr = new StreamReader("TestFile.txt"))
{
String line;
// Read and display lines from the file until the end of
// the file is reached.
while ((line = sr.ReadLine()) != null)
{
int pos = line.IndexOf("你要找的字符串") ;
if(pos>=0)
Console.WriteLine(pos);
}
}
}
catch (Exception e)
{
// Let the user know what went wrong.
Console.WriteLine("The file could not be read:");
Console.WriteLine(e.Message);
}
}
}

热心网友 时间:2023-10-22 18:18

Ctrl+F

热心网友 时间:2023-10-22 18:17

C# 复制代码
using System;
using System.IO;

class Test
{
public static void Main()
{
try
{
// Create an instance of StreamReader to read from a file.
// The using statement also closes the StreamReader.
using (StreamReader sr = new StreamReader("TestFile.txt"))
{
String line;
// Read and display lines from the file until the end of
// the file is reached.
while ((line = sr.ReadLine()) != null)
{
int pos = line.IndexOf("你要找的字符串") ;
if(pos>=0)
Console.WriteLine(pos);
}
}
}
catch (Exception e)
{
// Let the user know what went wrong.
Console.WriteLine("The file could not be read:");
Console.WriteLine(e.Message);
}
}
}

热心网友 时间:2023-10-22 18:18

Ctrl+F

热心网友 时间:2023-10-22 18:17

C# 复制代码
using System;
using System.IO;

class Test
{
public static void Main()
{
try
{
// Create an instance of StreamReader to read from a file.
// The using statement also closes the StreamReader.
using (StreamReader sr = new StreamReader("TestFile.txt"))
{
String line;
// Read and display lines from the file until the end of
// the file is reached.
while ((line = sr.ReadLine()) != null)
{
int pos = line.IndexOf("你要找的字符串") ;
if(pos>=0)
Console.WriteLine(pos);
}
}
}
catch (Exception e)
{
// Let the user know what went wrong.
Console.WriteLine("The file could not be read:");
Console.WriteLine(e.Message);
}
}
}

热心网友 时间:2023-10-22 18:18

Ctrl+F

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com