gpt4 book ai didi

javascript - jQuery 真人只有数字

转载 作者:行者123 更新时间:2023-11-27 23:48:29 25 4
gpt4 key购买 nike

我一直在尝试自定义 jQuery 真人以仅使用数字,但它仍然显示字母。官方页面:http://keith-wood.name/realPerson.html

我尝试在jquery.real.person.js中对变量进行硬编码,但结果仍然相同

var ALPHABETIC = '0123456789';
var ALPHANUMERIC ='0123456789';

我可以遵循任何解决方法来实现我想要的目标吗?

最佳答案

根据documentation,可以设置chars属性:

$(selector).realperson({chars: '0123456789'});

The list of characters to generate the challenge from. The pattern for each character is taken from the corresponding position in dots. You can use $.realperson.alphabetic or $.realperson.alphanumeric for the standard character sequences.

编辑

所以我对此进行了更多研究,发现 chars 没有按预期工作。它只是计算您选择的字符数并将其映射到 DOTS 数组;因此,如果您执行 $(selector).realperson({chars: '9'});,'A' 将是测试字符串中的唯一字母。作为一种破解,我建议删除 DOTS (a-z) 中的前 26 个条目并按照问题中所述进行操作

关于javascript - jQuery 真人只有数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32944446/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com