pub fn parse_attr<T>(m: &HashMap<Vec<u8>, String>, key: &[u8]) -> Option<T>where T: FromStr,
任意 FromStr 类型的属性解析:缺失返回 None。