현금 디지털 통화 거래 클래스 저장소 (python 버전)
import types # 导入类型模块 import time # 导入时间模块 import platform # 版本信息 versionMainValue = None isFirstCheck = True def typeOfstr(str): if str == "list": if versionMainValue == 2: return types.ListType elif versionMainValue == 3: return list