当前位置:Gxlcms > PHP教程 > PHP的打印问题

PHP的打印问题

时间:2021-07-01 10:21:17 帮助过:34人阅读

这篇文章介绍的内容是关于PHP的打印问题 ,有着一定的参考价值,现在分享给大家,有需要的朋友可以参考一下

如果在Action里面有

var_dump();//thinkphp写法

dump();//php写法

那么在js里,这一段不会执行到

success: function(result) {
            status = result.status;
            if (status == 10001) {
                redirect('/Login/login');
            }
            if(status == "success:true") {
            console.info(status);
redirect('/Serverinfo/serverinfo');
}
             else {
                showInfo(result.info);
            }
        }

以上就是PHP的打印问题 的详细内容,更多请关注Gxl网其它相关文章!

人气教程排行