111,126
社区成员
发帖
与我相关
我的任务
分享
|--- ID:
| 姓名:
|----班别 ----- | (未知数量成员)
| | 学号:
| |--- 住址:
|
--- 年级————|
| | |--- ID:
|(未知数量) | | 姓名:
| |----班别 ----- | (未知数量成员)
| | | 学号:
| | |--- 住址:
|
|(未知数量班别)
FileStream fs = new FileStream(strFile, FileMode.Open, FileAccess.Read);
BinaryReader rd = new BinaryReader(fs);
int count =rd.ReadInt32();