文章分类 -  js脚本收集

获取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 aXinNo1 阅读(827) 评论(0) 推荐(1)