panghua
V2EX  ›  问与答

请问在 python3 中如何将 string 类型转换为 decimal.Decimal 类型?

  •  
  •   panghua · Aug 21, 2018 · 4498 views
    This topic created in 2845 days ago, the information mentioned may be changed or developed.

    在 python3 中如何将 string 类型转换为 decimal.Decimal 类型

    3 replies    2018-11-12 17:31:05 +08:00
    panghua
        2
    panghua  
    OP
       Aug 22, 2018
    谢谢!
    tqknight
        3
    tqknight  
       Nov 12, 2018
    import decimal

    dec = decimal.Decimal('0.123456')
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3005 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 06:37 · PVG 14:37 · LAX 23:37 · JFK 02:37
    ♥ Do have faith in what you're doing.