摘要:
File "D:\pydj\guest\sign\models.py", line 14, in <module> class Guest(models.Model): File "D:\pydj\guest\sign\models.py", line 15, in Guest event=mode 阅读全文
摘要:
写入文件用WITH代替try except finallytry: with open('man_data.txt',"w") as out: out.write(str(man))except IOError: print "the second missing" 如果有二个文件可以用,隔开 wi 阅读全文