最後是foreach迴圈,以下是範例。 using UnityEngine; using System.Collections; public class ForeachLoop : MonoBehaviour { void Start () { string[] ...
確定! 回上一頁