php获取客户端IP、城市等信息通用方法 php 2019-04-13 阅读 3673 评论 0 <?php//这个类似用来获取访客信息的//方便统计class visitorInfo{ //获取访客ip public function getIp() { ...