NumberFormat nf = NumberFormat.getInstance( new java.util.Locale( "US" ));. nf.setMinimumFractionDigits( 2 );. nf.setMaximumFractionDigits( 2 );.
確定! 回上一頁