会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
H❥嘉
博客园
首页
新随笔
联系
管理
05 2022 档案
c#读取写入文本文件
摘要://在项目开发中,总是需要将读取的数据保存在文本当中,或者对文本进行读取 //读取文本文件 1.string str = File.ReadAllText("path"); 2.byte[] byt; using (StreamReader sr = new StreamReader(@"C:\Us
阅读全文
posted @
2022-05-18 10:23
H❥嘉
阅读(142)
评论(0)
推荐(0)
公告