定义一个类,叫Book,包含4个属性ID Name Publisher Price 主要是读取文件还有索引器不太会,能给点思路么? |
|
看msdn, 百度关键字
|
|
我教你的这两招足以秒杀大部分菜鸟。。。
|
|
100分 |
读取文件 FileStream或者File.ReadAllLines
索引器 public Book this[int index] { return _books[index]; } |
定义一个类,叫Book,包含4个属性ID Name Publisher Price 主要是读取文件还有索引器不太会,能给点思路么? |
|
看msdn, 百度关键字
|
|
我教你的这两招足以秒杀大部分菜鸟。。。
|
|
100分 |
读取文件 FileStream或者File.ReadAllLines
索引器 public Book this[int index] { return _books[index]; } |