这里一共提供了两个函数,get_client_ip 和 get_client_ip_data。 接下来讲讲它们的用法 获取 IP <?php return get_client_ip(); 获取 IP 归属地等信息 <?php $ip = get_client_ip(); return get_client_ip_data($ip);
发表于:1个月前 | Loading
推荐站长试试 https://codex.so/editor 编辑器 感觉比vditor好用多了