您当前的位置: 首页 >  unity

unity工具人

暂无认证

  • 3浏览

    0关注

    205博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

unity 文件操作_(txt文件按行读写)

unity工具人 发布时间:2021-07-20 20:57:29 ,浏览量:3

  StreamWriter sw = CreateAppendTxt(writePath);
                //按行写入
                sw.WriteLine(lines[i] + " " + dic[list_4[i]] + "_分块4");
                sw.Close();
//按行读取txt
            string[] lines = File.ReadAllLines(readPath, System.Text.Encoding.Default);

原文链接:https://blog.csdn.net/qq_41877039/article/details/91303620

关注
打赏
1656671177
查看更多评论
立即登录/注册

微信扫码登录

0.0404s