2011年7月23日
摘要: 1 uses IdHTTP; 2 function GetPublicIP: string ; 3 var 4 strIP,URL: string ; 5 iStart,iEnd:Integer; 6 MyIdHTTP:TIdHTTP; 7 ... 阅读全文
posted @ 2011-07-23 21:39 小爪 阅读(1433) 评论(0) 推荐(1) 编辑