logo
  • 教程列表
  • SO官方文檔
  • 語言環境模組
    • 貨幣格式化美元使用區域設定模組
  1. StackOverflow 文件
  2. Python Language 教程
  3. 語言環境模組
  4. 貨幣格式化美元使用區域設定模組

貨幣格式化美元使用區域設定模組

Created: November-22, 2018

import locale

locale.setlocale(locale.LC_ALL, '')
Out[2]: 'English_United States.1252'

locale.currency(762559748.49)
Out[3]: '$762559748.49'

locale.currency(762559748.49, grouping=True)
Out[4]: '$762,559,748.49'
  • 語言環境模組

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明