网站首页 站内搜索

搜索结果

查询Tags标签: DecimalEncoder,共有 2条记录
  • [Python - Error] Object of type Decimal is not JSON serializable

    json遇到Decimal 型数据无法正确处理解决方案import json result = [ {name: 小红, age: 26, balance: decimal.Decimal(21.56)}, {name: 小明, age: 24, balance: decimal.Decimal(31.23)}, ]class DecimalEncoder(json.JSONEncoder): …

    2021/11/27 1:10:11 人评论 次浏览
  • [Python - Error] Object of type Decimal is not JSON serializable

    json遇到Decimal 型数据无法正确处理解决方案import json result = [ {name: 小红, age: 26, balance: decimal.Decimal(21.56)}, {name: 小明, age: 24, balance: decimal.Decimal(31.23)}, ]class DecimalEncoder(json.JSONEncoder): …

    2021/11/27 1:10:11 人评论 次浏览
扫一扫关注最新编程教程