摘要: package com.unrealimage.structure;public class For_Demon03 { public static void main(String[] args) { //首先声明这是在做99乘法口诀表 for (int i = 1; i <=9; i++) { 阅读全文
posted @ 2021-01-07 23:14 unrealimage 阅读(1471) 评论(0) 推荐(0)