摘要: s = 'a=1,b=2,c = 3' dic = dict((l.split('=') for l in s.split(','))) 阅读全文
posted @ 2018-06-24 13:24 auxiaoliu 阅读(264) 评论(0) 推荐(0) 编辑