java String[] 初始化有这种写法?
高洛峰
高洛峰 2016-11-12 13:30:17
0
1
503
  public static String[] getSetPermissionCommand(String perm, boolean recursive)
  {
    if (recursive) {
      return new String[] { "chmod", "-R", WINDOWS ? new String[] { WINUTILS, "chmod", "-R", perm } : perm };
    }
    
    return new String[] { "chmod", WINDOWS ? new String[] { WINUTILS, "chmod", perm } : perm };
  }

摘自hadoop-common-2.5.2.jar

用jd-gui-0.3.6 反编译的,没看过src


高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

모든 응답(1)
三叔

String[] 里面放 String[]...反编译器抽风了?

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿