THINKphp 验证码的问题
<?php//本类由系统自动生成,仅供测试用途classIndexActionextendsAction{publicfunctionindex(){$data=D('a...
<?php
// 本类由系统自动生成,仅供测试用途
class IndexAction extends Action {
public function index(){
$data=D('admin');
$this->date=$data->Select();
$this->display("Tpl/Index/login.html");
}
public function verify() {
import("ORG.Util.Image");
//import("ORG.Util.String");
Image::GBVerify();
}
}
不显示 就是不知道为啥
是 验证码不显示 展开
// 本类由系统自动生成,仅供测试用途
class IndexAction extends Action {
public function index(){
$data=D('admin');
$this->date=$data->Select();
$this->display("Tpl/Index/login.html");
}
public function verify() {
import("ORG.Util.Image");
//import("ORG.Util.String");
Image::GBVerify();
}
}
不显示 就是不知道为啥
是 验证码不显示 展开
1个回答
展开全部
Public function verify(){
import("ORG.Util.Image");
Image::buildImageVerify();
}
模板上写
<img src="__APP__/Index/verify/" onclick="this.src='__APP__/Index/verify/'+Math.random();" />
import("ORG.Util.Image");
Image::buildImageVerify();
}
模板上写
<img src="__APP__/Index/verify/" onclick="this.src='__APP__/Index/verify/'+Math.random();" />
追问
onclick="this.src='__APP__/Index/verify/'+Math.random();" / 这句是啥意思啊
追答
“看不清点击换一张”
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询