thinkphp如何获取客户端IP thinkphp框架中系统内置了get_client_ip方法用于获取客户端的IP地址,使用示例:$ip=get_client_ip() thinkphp获取客户端ip