驗證碼沒有字出現
$type=1;
$length=4;
imagefilledrectangle($image, 1, 1, $width-2, $height-2, $white);
$chars=buildRandomString($type,$length);
$type=1;
$length=4;
imagefilledrectangle($image, 1, 1, $width-2, $height-2, $white);
$chars=buildRandomString($type,$length);
2016-06-16
舉報
2016-06-18
你的$image是在哪兒創建的?我沒找到啊,就看到你在用