php thinkphp3。2怎么获取某数据库字段的内容?
2 回答
忽然笑
TA贡献1806条经验 获得超5个赞
use think\Db;
$find = Db::name('表名')->field('字段名')->where('查询条件')->find();
echo $find['字段名'];
- 2 回答
- 0 关注
- 2967 浏览
添加回答
举报
0/150
提交
取消