赞
踩
IDEA常用快捷方式总结
目录
- public static void main(String[] args) {
-
- }
- public class methods {
- public static void main(String[] args) {
- for (int i = 0; i < ; i++) {
-
- }
- // fori 输出循环体
- for (int i = 0; i < args.length; i++) {
- String arg = args[i];
-
- }
- // itar 生成循环体
- }
- }
- for (int i = 0; i < 5; i++) {
-
- }
- int arry[] = {1,2,3,4,5,6};
- // 数组名称.fori 示例:
- for (int i = 0; i < arry.length; i++) {
-
- }
System.out.println();
- if (args == null) {
-
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。