C#读取QQ纯真IP数据库QQWry.Dat的代码
纯真版QQ IP数据库 代码如下: using System; using System.Collections.Generic; using System.Text; using System.IO; using System.Web; using System.Configuration; namespace BLL { public class IPLocationSearch { private static readonly QQWry qq = new QQWry(ConfigurationManager.AppSettings[“ip”] + “qqwry.dat”); pub
下载地址
用户评论