摘要: 1 <?php 2 class Vcode { 3 private $width; //宽 4 private $height; //高 5 private $num; //数量 6 private $code; //验证码 7 private $img; //图像的资源 8 function __ 阅读全文
posted @ 2016-02-13 16:50 白菜hxj 阅读(383) 评论(0) 推荐(0)