'男性', 'value' => 'male', ]; const FEMALE = [ 'label' => '女性', 'value' => 'female', ]; const NONE = [ 'label' => '无性别', 'value' => 'none', ]; }