摘要: 1 public class ListElementAtDemo : MonoBehaviour { 2 3 List<string> list = new List<string>(); 4 5 void Awake() 6 { 7 list.Add("aaaaaa"); 8 list.Add(" 阅读全文
posted @ 2020-12-13 18:07 赛涛科技 阅读(1734) 评论(0) 推荐(0)