kaptcha下載位置:
https://code.google.com/archive/p/kaptcha/downloads
https://code.google.com/archive/p/kaptcha/downloads
2017-08-05
Jcaptcha下載位置:
https://jcaptcha.atlassian.net/wiki/display/general/Simple+Servlet+Integration+documentation
https://jcaptcha.atlassian.net/wiki/display/general/Simple+Servlet+Integration+documentation
2017-08-05
<img alt="驗證碼" src="<%request.getContextPath();%>/servlet/ImageServlet"/>導致圖片無法顯示,改成<img alt="驗證碼" src="<%=request.getContextPath()%>/servlet/ImageServlet"/>顯示成功
2017-07-04
<img alt="驗證碼" src="<%request.getContextPath();%>/servlet/ImageServlet"/>導致圖片無法顯示,改成<img alt="驗證碼" src="<%=request.getContextPath()%>/servlet/ImageServlet"/>顯示成功
2017-07-04