摘要: public static String getIpAddress(HttpServletRequest request) { String ip = request.getHeader("x-forwarded-for"); if (ip == null || ip.length() == 0 | 阅读全文
posted @ 2020-06-11 11:05 徒手攀岩 阅读(216) 评论(0) 推荐(0) 编辑