摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace 面向对象之多态{ class Program ... 阅读全文
posted @ 2015-08-04 14:34 骏码信息 阅读(133) 评论(0) 推荐(0)
摘要: using (StreamReader sr = new StreamReader(@"C:\Users\shuai\Desktop\文件流读取.txt", Encoding.Default)) { while (!sr.E... 阅读全文
posted @ 2015-08-04 10:51 骏码信息 阅读(228) 评论(0) 推荐(0)