标题:[求助]怎么老出问题啊,郁闷
取消只看楼主
sunnyahua
Rank: 1
等 级:新手上路
帖 子:15
专家分:0
注 册:2006-1-12
 问题点数:0 回复次数:0 
[求助]怎么老出问题啊,郁闷
string path=@"d:\ahua\ceshi.txt";
byte []buf1=new byte[]{1};
FileStream fs=new FileStream(path,FileMode.Open,FileAccess.ReadWrite);
fs.Seek(3,SeekOrigin.Begin);
fs.Write(buf1,0,1);
fs.Flush();
fs.Close();
在该位置上写的是一乱码,郁闷啊!
2006-02-15 08:50



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-45583-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.608721 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved