回答編集履歴

1

補足

2019/09/26 01:04

投稿

hogefugapiyo
hogefugapiyo

スコア3302

test CHANGED
@@ -14,8 +14,8 @@
14
14
 
15
15
  ```cs
16
16
 
17
- Debug.Log(notes1.GetLength(0));
17
+ Debug.Log(notes1.GetLength(0)); // 22
18
18
 
19
- Debug.Log(notes1.GetLength(1));
19
+ Debug.Log(notes1.GetLength(1)); // 5
20
20
 
21
21
  ```