摘要: 1 # coding: utf-8 2 3 import wx 4 from math import * 5 6 class CalcFrame(wx.Frame): 7 def __init__(self,title): 8 wx.Frame.__init__(self,None,-1,title 阅读全文
posted @ 2016-02-27 14:43 YXY的Blog 阅读(265) 评论(0) 推荐(0) 编辑