This commit is contained in:
2025-03-23 10:51:55 +00:00
commit f11a45c8f9
94 changed files with 5026 additions and 0 deletions

21
Object/IO/IO.md Normal file
View File

@@ -0,0 +1,21 @@
# IO 类函数文档
**类说明**
`IO`类为文件流泪。
**注意事项**
进阶操作,不提供说明,请确保自身有足够的能力编写,与群内其他开发者或群主沟通使用
---
- `constructor(FileName, Modes)`
- `function ReadLine()`
- `function Read() `
- `function ReadBuffer(size)`
- `function Write(Str)`
- `function Close()`
---