摘要:
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));... 阅读全文
posted @ 2017-10-09 17:03
Advancing-Swift
阅读(391)
评论(0)
推荐(0)
摘要:
完成例题3-1,通过系统当前时间毫秒值获取随机10以内的整数判断加的结果是否正确,不用if语句 阅读全文
posted @ 2017-10-09 15:26
Advancing-Swift
阅读(498)
评论(0)
推荐(0)