摘要: 1 php调试模式和部署模式 开发阶段开启调试模式 define('APP_DEBUG', true); 上线项目 define('APP_DEBUG', false); 阅读全文
posted @ 2020-04-14 16:08 金鑫金 阅读(126) 评论(0) 推荐(0)