摘要: //获取浏览器IP地址function getRemoteIPAddress(){ $ip = $_SERVER['REMOTE_ADDR']; return $ip;}//如果有代理服务器的情况下获取IPfunction getRealIPAddress(){ if ... 阅读全文
posted @ 2012-06-17 14:33 shuaixf 阅读(184) 评论(0) 推荐(0)