import 'package:intl/intl.dart'; final formatter = NumberFormat('#,##0', 'ja_JP'); void main () { print(formatter.format(1000000)); ...
確定! 回上一頁