摘要:
public static boolean isAjaxRequest(HttpServletRequest request) { String requestedWith = request.getHeader("x-requested-with"); if (requestedWith != null && requestedWith.equalsIgnore... 阅读全文
posted @ 2018-07-04 10:43
小蘇
阅读(5960)
评论(0)
推荐(0)

浙公网安备 33010602011771号