正文 微擎开启数据库调试 黑加 V管理员/ 2020年/ 0 评论/ 764 阅读 0903 微擎开启数据库调试打开/web/index.php在文件顶部加一行define('PDO_DEBUG', true);然后在你需要调试的地方添加打印print_r('<pre>'); pdo_debug(); print_r('</pre>'); exit();
还没有评论,来说两句吧...