摘要: 1.文件操作:File (1)void AppendAllText(string path, string contents) (2)bool Exists(string path) (3)string[] ReadAllLines(string path),读取文本文件到字符串数组中 (4)string ReadAllText(string path),读取文本文件到字符串中 (5)void ... 阅读全文
posted @ 2012-10-30 15:46 【唐】三三 阅读(4811) 评论(1) 推荐(3)