java打印等腰三角形的代码 java等边三角形怎么打 如何用java打印出实心的等腰三角形,是实心的,不能用任何包?int row=5对于(int i=0 i<=5 i){对于(int j=0j<=row-i-1j... 2021-03-15 3099次浏览