使用geoip2/geoip2,如何获取真实用户IP地址2020-04-14 本文已影响0人 KingJW $ip=last(request()->getClientIps()); //具体信息 $info=geoip($ip)->toArray();