請問在thinkphp5中我想要得到這個一個數據[{},{{},[]}],後台我該怎麼寫
Db::table('数据表名')
->where("id",">",10)//范围 这里用id作为索引
->field('username')//想要查找的字段
->select();返回