2012年8月14日

摘要: /// <summary> /// 根据IP获取省市 /// </summary> public void GetAddressByIp() { string ip = "115.193.217.249"; string PostUrl = "http://int.dpool.sina.com.cn/iplookup/iplookup.php?ip=" + ip; string res = GetDataByPost(PostUrl);//该条请求返回的数据... 阅读全文
posted @ 2012-08-14 15:16 wboweb 阅读(2780) 评论(1) 推荐(1) 编辑

导航