//如果是get 单条数据
$row = $this->model->get($ids);
$row = ($row)->toArray();
print_r($row);
die();
collection($row)->toArray()
这个是用于列表,->select();
thinkphp5 数据库 get thinkphp collection($row)->toArray() 为什么多了*
阅读 60
2023-05-19
//如果是get 单条数据
$row = $this->model->get($ids);
$row = ($row)->toArray();
print_r($row);
die();
collection($row)->toArray()
这个是用于列表,->select();
相关推荐
精彩评论(0)