摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Net;namespace StreamTest{ class Program { static void Main(string[] args) { StreamWriter(); StreamReader(); } //写入流 public st... 阅读全文
posted @ 2012-05-14 13:06 水目之痕 阅读(167) 评论(0) 推荐(0)