Home > Back-end >  Java read
Java read

Time:11-28

How to put the first file number and the second file of the same line, put together into a third file, the third files need to be expressed as "123 + 4562=", need to use the following tools, code,

CodePudding user response:

Read the file first, access to content, string concatenation, write to the file again
  • Related