標題:
printf() 函式 (三)
[打印本頁]
作者:
tonyh
時間:
2016-12-16 20:25
標題:
printf() 函式 (三)
本帖最後由 tonyh 於 2017-5-6 11:58 編輯
public class Ch67
{
public static void main(String[] args)
{
int a=1;
int b=12;
int c=123;
int d=1234;
System.out.printf("%04d%n",a); //輸出寬度為4個字元,若不足以0補上
System.out.printf("%04d%n",b);
System.out.printf("%04d%n",c);
System.out.printf("%04d%n",d);
}
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2