猪冰龙

导航

2016年8月25日 #

c#读写文本文档-1-用file类

摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.IO; 6 7 namespace txtread 8 { 9 class Program 10 { 11 static voi... 阅读全文

posted @ 2016-08-25 21:44 猪冰龙 阅读(726) 评论(0) 推荐(0)