• php函数写2个整数相加

    //下面是方法 function c($a,$b){    return $c=$a+$b; } //函数传变量进去 $c=c(2,3); //输出变...

    666

  • 配置验证码文件

    //在config目录下新建captcha.php验证码配置文件 return [     // 验证码字符集   &n...

    281

  • 仿照本教程也来写一个小小的迷你框架

    迷你框架主要的功能就是vendor下的index.php文件是入口文件,主要用于加载Composer自动加载器、加载框架基础类、定义项目根目、导入配置文件、获取URL中的查询字符串、启动框架. pig...

    204

  • 前台模块代码

    <?php namespace app\index\controller; use think\Controller; use think\facade\Requ...

    254

Release Notes

Popular this month