利用python獲取身份證號中年齡和性別信息

import datetime class GetInformation(object): def __init__(self,id): self.id = id self.birth_year = int(self.id[6:10]) self.birth_month = int(self.id[10:12]) s
相關文章
相關標籤/搜索