摘要: 在开源中国看到的操作ini文件的,写的还不看,留着以后用using System;using System.IO;using System.Runtime.InteropServices;using System.Text;using System.Collections;using System.Collections.Specialized;namespace wuyisky{ /**//**/ /**//// /// IniFiles的类 /// public class IniFiles { public string FileName; //INI文件名 ... 阅读全文
posted @ 2014-02-13 16:47 BarneyX 阅读(194) 评论(0) 推荐(0) 编辑
摘要: JavaScript提供了三个很不错的对话框函数,使用这三个函数可以很方便的显示一个对话框; 一、alert(); 二、prompt(); 三、confirm() 阅读全文
posted @ 2014-02-13 16:26 BarneyX 阅读(276) 评论(0) 推荐(0) 编辑