如何实现字符串转换为图片?其实很简单!!!
复制Verify.class.php为Mobile.class.php
修改164行为
$code[$i] = $this->codeSet[$i];$config = array('length' => 11);<br>
$Verify = new \Think\Mobile($config);<br>
// 设置验证码字符为纯数字<br>
$Verify -> codeSet = '13999999999';<br>
$Verify -> entry();