3.2中验证码问题

浏览:506 发布日期:2014/06/18 分类:求助交流
<?php
namespace Home\Controller;
use Think\Controller;

class CaptchaController extends Controller {
public function indexAction() {

$Verify = new \Think\Verify();
$Verify->entry();

}
}
最佳答案
评论() 相关
后面还有条评论,点击查看>>