5
如何在用户已检查Google Recaptcha中的复选框的js中签入?
我在结尾之前添加了以下内容 <script src='https://www.google.com/recaptcha/api.js'></script> 我在表格结尾之前添加了此内容 <div class="g-recaptcha" data-sitekey="== xxxxxx =="></div> 我可以看到类似于https://developers.google.com/recaptcha/的Recaptcha 但是,当用户在不选中复选框的情况下按下数据时,将提交数据。是否需要添加其他代码来检查用户是否已按下复选框?希望在js中?