dsadsadsad

    xiaoxiao2021-03-25  114

    /** * 取得当前验证码 * @return */ @SuppressWarnings("unused") private String getValidateCode(){ this.setEnableAccessRequest(true); this.getRequest().getParameter("id"); this.setEnableAccessRequest(true); HttpSession session=this.getRequest().getSession(); String code = (String)session.getAttribute(com.google.code.kaptcha.Constants.KAPTCHA_SESSION_KEY); this.setEnableAccessRequest(false); return code; }
    转载请注明原文地址: https://ju.6miu.com/read-14530.html

    最新回复(0)