public function verify () {
$type = isset($_GET['type'])?$_GET['type']:'gif';
import("ORG.Util.Image");
Image::buildImageVerify(4,5,$type);
}
演示:http://chaoqing.duapp.com/index.php?s=/Public/verify/
Image.class.rar
( 5.51 KB 下载:28 次 )