摘要: 一、今日学习内容 乘法口诀例题: 1、建立文件M99.txt,并在其中输入乘法口诀表,同时打印在屏幕上 1 import java.io.FileWriter; 2 import java.io.IOException; 3 public class M99 { 4 public static vo 阅读全文
posted @ 2020-08-24 17:48 白日梦想家~ 阅读(41) 评论(0) 推荐(0) 编辑