ASP.NET中常用功能代码总结(5)——文件操作篇
摘要: ASP.NET中常用功能代码总结(5)——文件操作篇整理:Terrylee一.读取文本文件1/**////<summary>2///读取文本文件3///</summary>4privatevoidReadFromTxtFile()5{6if(filePath.PostedFile.FileName!="")7{8txtFilePath=filePath.PostedFile...阅读全文
posted @ 2005-12-02 11:19 Chandler.C 阅读(222) | 评论 (1) 编辑
