Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.Previously, when using read, if the last line did not have a newline character, it would not be read. An additional check has been added to separately determine if the last line has an end-of-file character, ensuring that all content is correctly read. 2.A different method has been used to split the content by : to improve stability.
- Loading branch information