...class BaseModel { protected $field = [ 'delete_time', 'update_time', ]; public static function getById(){ // 这里我要获取$field的值,如何来获取呢? } }
呼如林
相关分类