摘要: def str_to_dic(headerStr, stripIsNotvalid=None): dict = collections.OrderedDict() #对字典对象中元素的排序。 if headerStr.strip(): for headItem in headerStr.split( 阅读全文
posted @ 2021-05-07 11:10 Eliphaz 阅读(83) 评论(0) 推荐(0) 编辑