value本来int也是可以的,self.__getProxy().set(self.__convertKey(key), value) 能跑 但是加了if len(value)判断就要先把value转化为str, 这代码不合适吧?