摘要: 今天在使用Python的GUI平台wxPython时,写了一个只有打开、编辑、保存功能的简易笔记本,代码如下: 1 #coding:utf-8 2 import wx 3 4 def load(event): 5 f = open(FileName.GetValue()) 6 Co... 阅读全文
posted @ 2015-10-13 16:09 jz_cnblogs 阅读(2635) 评论(0) 推荐(0) 编辑