pub fn parse_attr_or<T>( m: &HashMap<Vec<u8>, String>, key: &[u8], default: T, ) -> Twhere T: FromStr,
任意 FromStr 类型的属性解析:缺失时使用默认值。