这篇文章介绍的内容是关于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的打印问题 的详细内容,更多请关注php中文网其它相关文章!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号