gpt4 book ai didi

java - %( 在 System.out.printf 中将负数转换为正数

转载 作者:搜寻专家 更新时间:2023-11-01 01:04:03 24 4
gpt4 key购买 nike

这段代码的输出

System.out.printf("%d %(d %+d %05d\n", 3, -3, 3, 3);

3 (3) +3 00003

有人可以解释为什么-3 在这个语句中打印为 3 吗?

最佳答案

can somebody please explain why the -3 is printed as 3 in this statement?

它不是,它被打印为 (3)

来自 Formatter 的 Javadoc说标志 (

The result will enclose negative numbers in parentheses

关于java - %( 在 System.out.printf 中将负数转换为正数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12766765/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com