select对象转数组
修改 config/database.php
'resultset_type' => '\think\Collection',
或者使用toArray();
本文共 140 字,大约阅读时间需要 1 分钟。
select对象转数组
修改 config/database.php
'resultset_type' => '\think\Collection',
或者使用toArray();
转载于:https://my.oschina.net/u/3477605/blog/3019357