如何实现字符串转换为图片?其实很简单!!!
程序员文章站
2022-06-01 23:35:48
...
如何实现字符串转换为图片?其实很简单!!!
复制Verify.class.php为Mobile.class.php
修改164行为
$code[$i] = $this->codeSet[$i];
复制Verify.class.php为Mobile.class.php
修改164行为
$code[$i] = $this->codeSet[$i];
$config = array('length' => 11);
$Verify = new \Think\Mobile($config);
// 设置验证码字符为纯数字
$Verify -> codeSet = '13999999999';
$Verify -> entry();
上一篇: 开发自己的模板引擎
下一篇: 给大家推荐几本经典技术书籍