• 2022-06-19
    数组x定义:String x[ ][ ]=new int[3][2]; x[0 ][0 ]=”abc”, x[0 ][1]=”12345”;
    则 x.length 的值为______ ,x[0][1].leng()的值为______ 。