mirror of
https://gitee.com/gaohongy/Java-Book.git
synced 2026-07-16 10:33:49 +00:00
完成:类与对象
This commit is contained in:
+1
-1
@@ -230,7 +230,7 @@ public class ArrayTest3 {
|
||||
}
|
||||
```
|
||||
|
||||
**注意:可以在函数中改变数组内部元素的值,但是无法改变数值本身的引用(例如changeArray函数),虽然数组变量是引用变量(类似指针)。**
|
||||
**注意:可以在函数中改变数组内部元素的值。**
|
||||
|
||||
### 2.7. 对数组元素排序
|
||||
|
||||
|
||||
Reference in New Issue
Block a user