class IntValidator( wx.PyValidator ): def Clone (self): return self.__class__() def Validate(self, window): try: value = int( window.
確定! 回上一頁