php验证码出问题
php验证码显示不出来,求大佬救救我
identify.php
<?php
class identify{
protected $width;//验证码框宽度
protected $height;//验证码框高度
protected $code;
protected $res;
public function __construct(int $width = 100,int $height = 40){
$this->width = $width;
$this-
原创
2020-12-23 19:57:37 ·
124 阅读 ·
0 评论