摘要:
Two python simple factory mode examples shown in this section. One is for base operation and another is for json and xml file handling. 1. Base operat 阅读全文
摘要:
1 """ 2 This is first python3 script code for lyp in Bokeyuan 3 __author__="lyp" 4 2018.0920 5 """ 6 7 class PersonInfo: 8 def __init__(self,name=None,age=None,gender=None,career=... 阅读全文