static void Main(string[] args) {
string s = ""; s = "★\n★★\n★★★\n★★★★\n★★★★★"; Console.WriteLine(s); Console.ReadLine(); }
符号替换
原文:http://www.cnblogs.com/lk-kk/p/4388099.html