摘要: 阅读全文
posted @ 2016-07-19 17:10 AhMay 阅读(155) 评论(0) 推荐(0)
摘要: def load(event):f= open(filename.GetValue())contents.SetValue(f.read())f.close() def save(event):newcontents = contents.GetValue()with open(filename.G 阅读全文
posted @ 2016-07-19 15:19 AhMay 阅读(249) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2016-07-19 12:41 AhMay 阅读(172) 评论(0) 推荐(0)