import java.text.DecimalFormat;. DecimalFormat fmt = new DecimalFormat( "000" );. String myString = fmt.format(myTextField.getText()); ...
確定! 回上一頁