Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们可以在 java 中声明基元数组。例如:int[] a = {1, 2, 3, 4};
然后我们可以使用 a.length 等。
但是这样一个对象的源代码在哪里?
定义值长度的文档在哪里?
是不是有什么事情发生在现场?