foreach 陳述式是用來逐一查看一個集合陣列用,以取得所需的資訊,但是不能用 ... int[] numbers; void Start () { foreach (int number in numbers) ...
確定! 回上一頁