PyQt4(簡單計算器)

隨便寫寫html import sys import calc from PyQt4 import QtCore, QtGui class MyWidget(QtGui.QWidget): num1 = "" num2 = "" point1 = 0 point2 = 0 opera = 0 opera_add = 0 opera_min
相關文章
相關標籤/搜索