摘要: #!/usr/bin/python # encoding: utf-8 '''Spare.py is a starting point for a wxPython program.''' import wx class Frame(wx.Frame): '''Frame class that displays an image''' ... 阅读全文
posted @ 2015-03-09 00:25 aprial 阅读(857) 评论(0) 推荐(0) 编辑