PHP群:95885625 Hbuilder+MUI群:81989597 站长QQ:634381967
    您现在的位置: 首页 > 开发编程 > ThinkPhp教程 > 正文

    ThinkPHP 3.1.2 页面跳转

    作者:admin来源:网络浏览:时间:2020-09-30 00:07:50我要评论
    导读:ThinkPHP 3.1.2 页面跳转$this->success('查询成功',U('User/test'));$this->redirect('User/test','',5,'页面正在跳');
    ThinkPHP 3.1.2 页面跳转
    $this->success('查询成功',U('User/test'));
    $this->redirect('User/test','',5,'页面正在跳');
    转载请注明(B5教程网)原文链接:https://b5.mxunkeji.com/content-83-380-1.html
    相关热词搜索: ThinkPHP