2017-04-25 9 views

答えて

-1

あなたはString::formatを使用することができます。

String b = String.format("Base Price:   $%,.2f\n", basePrice); 
関連する問題