In java you can access the client IP address through servlet's request.getRemoteAddr() . String ipAddress = request.getRemoteAddr();. But this ...
確定! 回上一頁