2017年1月15日

摘要: 1 outer:for(int i = 0; i < 4; ++i) 2 { 3 inner:for(int j = 0; j < 4; ++j) 4 { 5 System.out.println("Hello!"); 6 break outer; 7 } 8 } 9 阅读全文
posted @ 2017-01-15 16:19 绯羽 阅读(437) 评论(0) 推荐(0) 编辑
 
摘要: //产生随机数。。记得要打包import java.util.*; 阅读全文
posted @ 2017-01-15 14:12 绯羽 阅读(139) 评论(0) 推荐(0) 编辑