thinkphp 为一下这个错误在什么地方,貌似没找出来
<?phpclassPublicActionextendsAction{functioncode(){//导入Image类库import("ORG.Util.Image"...
<?php class PublicAction extends Action{ function code(){ // 导入Image类库 import("ORG.Util.Image"); Image::buildImageVerify(); } }?>
=====================
<meta name="description" content="" /><meta name="keywords" content="" /><script type="text/javascript"></script><style type="text/css"></style></head> <body> <form> 用户名:<input type='text' name='username'/><br /> 密 码:<input type='password' name='password'/><br /> 验证码:<input type='text' name='code' /><br /> <img src='__APP__/Public/code' onclick="this.src=this.src+'?'+Math.random"/> <input type='submit' /> </form> </body></html>
<?php
class LoginAction extends Action {
public function index(){
$this->display();
}
}
?> 展开
=====================
<meta name="description" content="" /><meta name="keywords" content="" /><script type="text/javascript"></script><style type="text/css"></style></head> <body> <form> 用户名:<input type='text' name='username'/><br /> 密 码:<input type='password' name='password'/><br /> 验证码:<input type='text' name='code' /><br /> <img src='__APP__/Public/code' onclick="this.src=this.src+'?'+Math.random"/> <input type='submit' /> </form> </body></html>
<?php
class LoginAction extends Action {
public function index(){
$this->display();
}
}
?> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询