Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
实际上,在我的应用程序中,需要在文本框中输入验证码字并验证验证码...
我在 Google 中搜索了很多东西……但这些是无法理解的……
所以请帮助我如何在java中创建验证码?使用 javascript 或 jquery 或与 java 相关的任何简单技术
请建议我...
You can use Jcaptcha and the setup is very simple
By adding a small form code and a servlet mapping will do the trick.
<form action="submit.action"> ... <img src="jcaptcha.jpg" /> <input type="text" name="jcaptcha" value="" /> ... </form>
SetUp
如果您的要求是使用Captcha,您可以在您的网站上免费使用reCaptcha。要了解更多如何在 Java 中使用它,请查看.