java打印倒等腰三角形 等腰三角形java代碼 如何用java打印出實(shí)心的等腰三角形,是實(shí)心的,不能用任何包?int row=5對(duì)于(int i=0 i<=5 i){對(duì)于(int j=0j<=row-i-1j... 2021-04-11 2314次瀏覽