c#用【排除法】打印【菱形】星号*
using System;using System.Collections.Generic;using System.Linq;using System.Text.RegularExpressions;namespace Rextester{ public class Program { public static void Main(string[]...