'array', ]; /** * 描述获取器 */ public function getDescriptionAttr($value) { if (empty($value)) { return []; } if (is_array($value)) { return $value; } return json_decode($value, true) ?: []; } }