最近开发一个小功能,用到了随机排序的知识,需要将某数组进行随机排序后输出,保证数组内容顺序的不确定性 实例代码: using System; using System.Collections.Generic; namespace ConsoleApp1 { class Prog