libo 发表于 2020-1-25 20:28:49

利用PHP获取真实IP


<?php
echo gethostbyname($_SERVER['HTTP_HOST']);
?>
页: [1]
查看完整版本: 利用PHP获取真实IP