摘要: using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropServices;using System.Text;public class INIFileUtil{ /// /// INI文件地址 /// private string path; /// /// 初始化 /// /// 路径 private INIFileUtil(string INIPath)... 阅读全文
posted @ 2013-12-20 08:18 尼姑哪里跑 阅读(245) 评论(0) 推荐(0)