最新回答 / Morankin
Db::table('數據表名') ->where("id",">",10)//范圍 這里用id作為索引 ->field('username')//想要查找的字段->select();返回
2018-12-09