c#:用符号*来排列成三角型,for循环的嵌套使用 【效果如图】 【实现过程】 static void Main(string[] args) { //输出*号,排列成一个等腰三角形 for (int i = 1; i <= 5