We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
value本来int也是可以的,self.__getProxy().set(self.__convertKey(key), value) 能跑
但是加了if len(value)判断就要先把value转化为str, 这代码不合适吧?
The text was updated successfully, but these errors were encountered:
还有一个问题.., python 版本怎么删除某个Bussiness_id下所有数据
Sorry, something went wrong.
他这个估计是默认对字符串的吧,只能是自己添加对类型判定,如果是int肯定没len
No branches or pull requests
value本来int也是可以的,self.__getProxy().set(self.__convertKey(key), value) 能跑
但是加了if len(value)判断就要先把value转化为str, 这代码不合适吧?
The text was updated successfully, but these errors were encountered: