摘要:
package com.swift; public class MathDemo { public static void main(String[] args) { // TODO Auto-generated method stub //数学类的小总结 Math System.out.println(Math.pow(4, 3));... 阅读全文
摘要:
完成例题3-1,通过系统当前时间毫秒值获取随机10以内的整数判断加的结果是否正确,不用if语句 阅读全文