panghua
V2EX  ›  问与答

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

  •  
  •   panghua · Aug 21, 2018 · 4496 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   ·   1077 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 23:29 · PVG 07:29 · LAX 16:29 · JFK 19:29
    ♥ Do have faith in what you're doing.