符号替换

 static void Main(string[] args)
        {

            string s = "";
            s = "★ ★★ ★★★ ★★★★ ★★★★★";
            Console.WriteLine(s);
            Console.ReadLine();
           
        }

原文地址:https://www.cnblogs.com/lk-kk/p/4388099.html