java空心等腰三角形 java编写等边三角形 如何用java打印出实心的等腰三角形,是实心的,不能用任何包?int row=5对于(int i=0 i<=5 i){对于(int j=0j<=row-i-1j... 2021-04-12 2533次浏览