1 import java.text.*; 2 class DemoDecimalForm 3 { 4 static public void main(String args[]) 5 { 6 7 DecimalFormat myformat = new DecimalFormat(".##"); 8 ...
確定! 回上一頁