获取IP地址,并且可以获取该ip的地区源码
摘要:js就两行代码就可以搞定: script language="javascript" type="text/javascript" src="http://fw.qq.com/ipaddress" charset="gb2312"/script scriptdocument.write("你的IP是:"+IPData[0]+",来自:"+IPData[2],IPData[3]);/scriptC#代码借助WebClient类来实现:public static string GetUserLocation() { try { WebClient webGetting = new
阅读全文
posted @ 2010-12-22 15:42
浙公网安备 33010602011771号