asp.net INI文件读写类

时间:2021-01-20 07:34:29
【文件属性】:
文件名称:asp.net INI文件读写类
文件大小:33KB
文件格式:PDF
更新时间:2021-01-20 07:34:29
AS asp asp.net 代码如下:using System; using System.Runtime.InteropServices; using System.Text; using System.IO; namespace Common { /// /// INI文件读写类。 ///     public class INIFile     {         public string path;         public INIFile(string INIPath)         {             path = INIPath;         }

网友评论