C#:在txt文件中搜索一行,程序返回其中写入的值
txt文件最多有300行,每行只有一个数字,数字在0到30之间。
The txt file has up to 300 lines, each line has only a number in them, the numbers are between 0 and 30.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将此函数放入您的程序中并调用它即可:
返回值是包含该函数的行,如果未找到匹配项,则返回空字符串。
Just put this function in your program and call it:
Return value is the line that contains it and if no match found a empty string return.