.NET Framework : 4.7.2 IDE : Visual Studio Community 2019 OS : Windows 10 x64 typesetting : Markdown blog : xinshaopu.blog.csdn.net code using System; using System.Threading; namespace ConsoleApp { class Program { static void Main(string[] args) { string[,] arr = new string[,] <