关于文件的输入 #93
Answered
by
RicoloveFeng
odd-clover
asked this question in
Q&A
关于文件的输入
#93
-
|
使用FILE类型的fwrite,fputs等函数对文件是覆盖式写法,改变了一个地方的长度后后续内容都需要重新覆盖。 |
Beta Was this translation helpful? Give feedback.
Answered by
RicoloveFeng
Mar 2, 2022
Replies: 1 comment
-
|
貌似没有,只能把所有内容读进内存,然后插入后写回 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RicoloveFeng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
貌似没有,只能把所有内容读进内存,然后插入后写回