📜  unity set 字符串列表 - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:57.044000             🧑  作者: Mango

代码示例1
int[] numbers = new int[] {1, 2, 3, 4, 5};
int[] numbers = new int[5];
string[] names = new string[] {"Matt", "Joanne", "Robert"};