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.
在我的登录表单上,我试图让用户使用电子邮件地址、密码登录并从他们的密码中询问某些字符。
我不知道该怎么做有人可以帮忙吗?
您可以将字符串视为 PHP 中的 char 数组。这使您可以通过 访问字符串的第 n 个字符$str[n],这正是您要查找的内容,也可以在阅读手册中找到(示例 #9)。
$str[n]