我试图弄清楚如何使用VObject将 VCard 解析为 Python 字典。
vobj=vobject.readOne(string)
print vobj.behavior.knownChildren
这就是我得到的全部:
{'CATEGORIES': (0, None, None), 'ADR': (0, None, None), 'UID': (0, None, None), 'PHOTO': (0, None, None), 'LABEL': (0, None, None), 'VERSION': (1, 1, None), 'FN': (1, 1, None), 'ORG': (0, None, None), 'N': (1, 1, None), 'PRODID': (0, 1, None)}
如何用我的 VCard 数据填充字典?