2019年6月24日
摘要: 1、DecimalFormat格式化数字 package net.day0623; import java.text.DecimalFormat; public class Text3 { public static void main(String[] args) { double num1 = 阅读全文
posted @ 2019-06-24 17:27 迪恩9 阅读(252) 评论(0) 推荐(0)
摘要: 作业1: 源码: package net.day0623; public class Text1 { public static void main(String[] args) { // 定义变量 String name = "小明"; int age = 25; int workAge = 3; 阅读全文
posted @ 2019-06-24 14:55 迪恩9 阅读(414) 评论(0) 推荐(0)