Tech Note · 2023-01-29 0

python 基础: str类型数字计算

获取两个字符型数字的计算结果,并保持结果也是字符型:
str(int(v1) + int(v2))