SpringBoot SpringMVC 整合腾讯验证码登录实例 TencentCaptcha
一、基础认识
腾讯验证码:https://007.qq.com/product.html
在Head标签内加上以下代码引入验证JS文件
<script src="https://ssl.captcha.qq.com/TCaptcha.js"></script>
在想要添加验证码的地方添加以下代码
<!--点击此元素会自动激活验证码-->
<!--...
原创
2019-09-10 20:28:03 ·
3153 阅读 ·
0 评论