CodePudding user response:
1, text way to open the "r", read a line output a line;2, open the "rb" binary way, read fixed length, write a fixed length, the last time may be insufficient length, how many data read and write how much data
CodePudding user response:
1, text way to open the "r", read a line output a line;Page link:https//www.codepudding.com/os/39114.html