To display number with thousands separator, set a comma flag.System.out.printf( %,d\n,78567);The above would result.78, 567Let's check for ...
確定! 回上一頁