1     public static void main(String[] args) {
2         // TODO 自动生成的方法存根
3         for (int i=0;i<8;i++){
4             for (int j=0;j<i;j++){
5                 System.out.print("*");
6             }
7         System.out.println("");
8         
方法1

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-22
  • 2021-08-27
  • 2022-12-23
  • 2022-01-11
相关资源
相似解决方案