提问人:Cat Warrior 提问时间:10/31/2023 最后编辑:mplungjanCat Warrior 更新时间:10/31/2023 访问量:30
尝试获取站点的 recaptcha 令牌出现错误
Trying to get recaptcha token of a site gives error
问:
此代码在网站中
$('#main-content').submit(function (event) {
var sk = "6Le7HZQeAAAAANyVJZBpFKiWwDstptVGJ2aGbyMC";
event.preventDefault();
grecaptcha.ready(function () {
grecaptcha.execute(sk, {action: "vote"}).then(function (token) {
$("#main-content").prepend('<input type="hidden" name="sitekey" value="' + sk + '">');
$("#main-content").prepend('<input type="hidden" name="action" value="vote">');
$("#main-content").prepend('<input type="hidden" name="token" value="' + token + '">');
$("#main-content").unbind('submit').submit();
});
});
});
但是它给了我一个错误,我被卡住了,我不知道我是否可以调试它
答: 暂无答案
评论
view-source:https://best-minecraft-servers.co/server-pikanetwork.4401/vote