panghua
V2EX  ›  问与答

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

  •  
  •   panghua · Aug 21, 2018 · 4721 views
    This topic created in 2957 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   ·   Privacy   ·   Solana   ·   2411 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 36ms · UTC 16:02 · PVG 00:02 · LAX 09:02 · JFK 12:02
    ♥ Do have faith in what you're doing.