亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

校驗驗證碼是否正確的頁面一片空白,無法顯示校驗結果true


check.jsp

<%--
??Created?by?IntelliJ?IDEA.
??User:?ASUS
??Date:?2019/9/11
??Time:?14:53
??To?change?this?template?use?File?|?Settings?|?File?Templates.
--%>
<%@?page?contentType="text/html;charset=UTF-8"?language="java"?%>
<html>
<head>
????<title>校驗頁</title>
</head>
<body>
<%
????String?k?=?(String)session.getAttribute(com.google.code.kaptcha.Constants.KAPTCHA_SESSION_KEY);
????String?str?=?request.getParameter("r");
????if(k.equals(str)){
????????System.out.println("true");
????????System.out.println(k+"..."+str);
????}
%>

</body>
</html>

index.jsp

<%--
??Created?by?IntelliJ?IDEA.
??User:?ASUS
??Date:?2019/9/11
??Time:?14:42
??To?change?this?template?use?File?|?Settings?|?File?Templates.
--%>
<%@?page?contentType="text/html;charset=UTF-8"?language="java"?%>
<html>
??<head>
????<title>驗證碼</title>
??</head>
??<body>
??<form?action="/check.jsp"??method="post">
??<img?src="/randomcode.jpg">
??<input?type="text"?name="r">
??<input?type="submit">
??</form>
??</body>
</html>

web.xml

<?xml?version="1.0"?encoding="UTF-8"?>
<web-app?xmlns="http://xmlns.jcp.org/xml/ns/javaee"
?????????xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
?????????xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee?http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
?????????version="4.0">
????<servlet>
????????<servlet-name>kaptcha</servlet-name>
????????<servlet-class>com.google.code.kaptcha.servlet.KaptchaServlet</servlet-class>
????</servlet>
????<servlet-mapping>
????????<servlet-name>kaptcha</servlet-name>
????????<url-pattern>/randomcode.jpg</url-pattern>
????</servlet-mapping>

</web-app>


正在回答

2 回答

http://img1.sycdn.imooc.com//5d78a6670001368b12200304.jpg上一層樓的圖錯了,請看當前這張

0 回復 有任何疑惑可以回復我~

http://img1.sycdn.imooc.com//5d78a55c0001da7a09490400.jpg運行結果截圖

0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

校驗驗證碼是否正確的頁面一片空白,無法顯示校驗結果true

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號