摘要: 问题 现在有一个FileStorageService类,继承自IStorageService,具体实现如下 public interface IStorageService { void WriteAllBytes(string path, byte[] buffer); byte[] ReadAl 阅读全文
posted @ 2015-09-01 21:46 叶de第柒章 阅读(2249) 评论(0) 推荐(0)