Java : Format number in millions. Solution: String.format("%.2fM", theNumber/ 1000000.0);. For more information see the String.format javadocs.
確定! 回上一頁