摘要:
C#追加文件StreamWritersw=File.AppendText(Server.MapPath(".")+"\\myText.txt");sw.WriteLine("追逐理想");sw.WriteLine("kzlll");sw.WriteLine(".NET笔记");sw.Flush();sw.Close();C#拷贝文件stringOrignFile,NewFile;OrignFile=Server.MapPath(".")+"\\myText.txt& 阅读全文
posted @ 2011-12-26 17:04
小众
阅读(291)
评论(0)
推荐(0)
浙公网安备 33010602011771号