大战熟女丰满人妻av-荡女精品导航-岛国aaaa级午夜福利片-岛国av动作片在线观看-岛国av无码免费无禁网站-岛国大片激情做爰视频

專注Java教育14年 全國咨詢/投訴熱線:400-8080-105
動力節點LOGO圖
始于2009,口口相傳的Java黃埔軍校
首頁 學習攻略 Java學習 Java格式化輸出

Java格式化輸出

更新時間:2022-08-25 10:15:58 來源:動力節點 瀏覽1422次

有時在競爭性編程中,必須以給定的指定格式打印輸出。大多數用戶都熟悉 C 中的 printf 函數。讓我們討論如何在 Java 中格式化輸出。

我們可以通過多種方式在 Java 中格式化輸出。其中一些在下面給出。

使用 System.out.printf()

使用 DecimalFormat 類

使用 SimpleDateFormat 類(用于格式化日期)

1. 使用 System.out.printf() 格式化輸出

這是所有方法中最簡單的,因為它類似于 C 中的 printf。注意 System.out.print() 和 System.out.println() 采用單個參數,但 printf() 可能采用多個參數。

// Java program to demonstrate working of printf()
class JavaFormatter1 {
	public static void main(String args[])
	{
		int x = 100;
		System.out.printf(
			"Printing simple integer: x = %d\n", x);
		// this will print it upto 2 decimal places
		System.out.printf(
			"Formatted with precision: PI = %.2f\n",
			Math.PI);
		float n = 5.2f;
		// automatically appends zero to the rightmost part
		// of decimal
		System.out.printf(
			"Formatted to specific width: n = %.4f\n", n);
		n = 2324435.3f;
		// here number is formatted from right margin and
		// occupies a width of 20 characters
		System.out.printf(
			"Formatted to right margin: n = %20.4f\n", n);
	}
}

輸出

打印簡單整數:x = 100
精確格式化:PI = 3.14
格式化為特定寬度:n = 5.2000
格式化為右邊距:n = 2324435.2500

2.使用DecimalFormat類格式化

DecimalFormat 用于格式化十進制數。

// Java program to demonstrate working of DecimalFormat
import java.text.DecimalFormat;
class JavaFormatter2 {
	public static void main(String args[])
	{
		double num = 123.4567;
		// prints only numeric part of a floating number
		DecimalFormat ft = new DecimalFormat("####");
		System.out.println("Without fraction part: num = "
						+ ft.format(num));
		// this will print it upto 2 decimal places
		ft = new DecimalFormat("#.##");
		System.out.println(
			"Formatted to Give precision: num = "
			+ ft.format(num));
		// automatically appends zero to the rightmost part
		// of decimal instead of #,we use digit 0
		ft = new DecimalFormat("#.000000");
		System.out.println(
			"appended zeroes to right: num = "
			+ ft.format(num));
		// automatically appends zero to the leftmost of
		// decimal number instead of #,we use digit 0
		ft = new DecimalFormat("00000.00");
		System.out.println(
			"formatting Numeric part : num = "
			+ ft.format(num));
		// formatting money in dollars
		double income = 23456.789;
		ft = new DecimalFormat("$###,###.##");
		System.out.println("your Formatted Dream Income : "
						+ ft.format(income));
	}
}

輸出

沒有小數部分:num = 123
格式化以提供精度:num = 123.46
向右附加零:num = 123.456700
格式化數字部分:num = 00123.46
您的格式化夢想收入:23,456.79 美元

3. 使用 SimpleDateFormat 類格式化日期和解析

此類存在于 java.text 包中。

// Java program to demonstrate working of SimpleDateFormat
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
class Formatter3 {
	public static void main(String args[])
		throws ParseException
	{
		// Formatting as per given pattern in the argument
		SimpleDateFormat ft
			= new SimpleDateFormat("dd-MM-yyyy");
		String str = ft.format(new Date());
		System.out.println("Formatted Date : " + str);
		// parsing a given String
		str = "02/18/1995";
		ft = new SimpleDateFormat("MM/dd/yyyy");
		Date date = ft.parse(str);
		// this will print the date as per parsed string
		System.out.println("Parsed Date : " + date);
	}
}

輸出

格式化日期:24-01-2022
解析日期:1995 年 2 月 18 日星期六 00:00:00 UTC

 

提交申請后,顧問老師會電話與您溝通安排學習

免費課程推薦 >>
技術文檔推薦 >>
主站蜘蛛池模板: 手机看片精品高清国产日韩 | 一级特黄性色生活片一区二区 | 精品一区二区三区在线视频 | 奇米影视111 | 亚洲成人在线免费 | 在线精品欧美 | 四虎影视成人永久在线播放 | 一级aa免费视频毛片 | 久操视频在线免费观看 | 在线观看中文字幕第一页 | 婷婷亚洲综合 | 五月天婷婷免费观看视频在线 | 国产精品怡红院永久免费 | 欧美日韩三区 | 999国产视频 | 免费看一级黄色录像 | 国产 高清 在线 | 手机看片日韩欧美 | 5388国产亚洲欧美在线观看 | 国产91在线 | 亚洲 | 香蕉eeww99国产在线观看 | 国产视频每日更新 | 日韩毛片免费看 | 视色视频 | 久久精品二区 | 91精品国产综合久久青草 | 国产色婷婷精品综合在线观看 | 国产精品爱久久久久久久9999 | 四虎激情| 国产精品模特hd在线 | 亚洲性一级理论片在线观看 | 日本中文一二区有码在线观看 | 中国一级特黄大片毛片 | 中国美女一级毛片 | 操美女国产 | 国产波多野结衣中文在线播放 | 国产一区二区三区精品久久呦 | 欧美一级特黄真人毛片 | 高清欧美色欧美综合网站 | 亚洲另类图区 | 亚洲日本香蕉视频 |