• 2022-06-09
    智慧职教: 定义数组如下:String[ ] s = {"ab", "cd", "ef"}; 运行语句 System.out.println(s[3]); 程序运行的结果为( )。