asp.net INI文件读写类

时间:2024-02-10 01:21:09
【文件属性】:

文件名称:asp.net INI文件读写类

文件大小:33KB

文件格式:PDF

更新时间:2024-02-10 01:21:09

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;         }


网友评论