1、getFieldBy
需求1:想要获取Mike
M('table')->getFieldById('1','name');
需求2:想要获取id的值1
M('table')->getFieldByName('Mike','id');