java int 赋值 int temp = 1_000_000_000;

今天看到一段代码,让我对java有了一个新的认识。
int temp = 1_000_000_000;
有谁知道,java doc里哪里规定可以这么定义一个整数的。

阅读 8.3k
1 个回答
推荐问题