Optional optiongs: { Optional default?: string | number | booleanOptional format?: [string | number | boolean, string | number | boolean]Optional negative?: string[]Optional positive?: string[]@example: formatRhBloodGroup('D') => 阳性 formatRhBloodGroup('+') => 阳性
@description: 转换Rh血型 @author: wuxh @Date: 2021-09-07 13:44:36