Firstly, set a list in C#.var list = new List { one,two,three,four};Now get the count of the elements and display randomly.int index ...
確定! 回上一頁