1. 首页
  2. 数据库
  3. 其它
  4. accounting:golang的货币和货币格式 源码

accounting:golang的货币和货币格式 源码

上传者: 2021-04-26 12:56:42上传 ZIP文件 18.06KB 热度 39次
会计-golang的货币和货币格式 会计是用于货币和货币格式设置的库。 (受启发) 快速开始 go get github.com/leekchan/accounting example.go package main import ( "fmt" "math/big" "github.com/shopspring/decimal" "github.com/leekchan/accounting" ) func main () { ac := accounting. Accounting { Symbol : "$" , Precision : 2 } fmt . Println ( ac . FormatMoney ( 123456789.213123 )) // "$123,456,789.2
下载地址
用户评论