往txt文件中写回车怎么没有用?
往一个txt文件中写文件的时候怎么总回车总没有用?连fprintf(fid,'\n');也不行,但是\t可以写出来,怎么回事呢?
软件的问题?
解决了,w和wt的具体区别是什么?
fopen里面没有看到有 wt的 permission啊
[ 本帖最后由 spano 于 2007-5-30 18:09 编辑 ] 原帖由 spano 于 2007-5-30 17:52 发表 http://www.chinavib.com/forum/images/common/back.gif
往一个txt文件中写文件的时候怎么总回车总没有用?
连fprintf(fid,'\n');也不行,但是\t可以写出来,怎么回事呢?
软件的问题?
解决了,w和wt的具体区别是什么?
fopen里面没有看到有 wt的 permission啊
fid = fopen(filename, permission_tmode) on
Windows systems, opens the file in text mode instead of binary mode (the default).
The permission_tmode argument consists of any of the specifiers
shown in the Permission Specifiers table above,
followed by the letter t, for example 'rt' or 'wt+. 晓得了,谢谢eight
页:
[1]