import "package:intl/intl.dart"; extension MoneyDouble on double { /// double 显示金额格式 String get moneyFormat { NumberFormat format ...
確定! 回上一頁