摘要: 1 添加IPLocation.dll到bin 添加引用2 添加ip数据库文件 QQWry.Dat 到项目3 调用方法代码分享string conn, ipstr, addstr=""; conn = Server.MapPath("inc/QQWry.Dat"); ipstr = TextBox1.Text.Trim(); try { addstr = IPLocation.IPLocation.... 阅读全文
posted @ 2009-07-17 16:47 M.JQ 阅读(401) 评论(1) 推荐(1)