使用纯真版IP地址库,根据IP判断所在地
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Text.RegularExpressions;using System.IO;public partial class ip_getip : System.Web.UI.Page{ protected void Page_Load(object sender, EventArgs e) { ...
阅读全文
posted @ 2012-11-23 21:13
浙公网安备 33010602011771号