摘要: 1、unsupported operand type(s) for *: 'float' and 'decimal.Decimal' from decimal import Decimal coef = Decimal(float(dt[0][0])) #将浮点型转化为精度型 oracle转化的数据 阅读全文
posted @ 2019-11-22 15:07 齐天大圣打妖怪 阅读(514) 评论(0) 推荐(0)