在 Java 中,可以使用以下方法為數(shù)組賦值:
public class Main {
public static void main(String[] args) {
int[][] matrix = new int[3][4]; // 創(chuàng)建一個 3x4 的二維數(shù)組
// 使用嵌套循環(huán)遍歷數(shù)組的每個元素并逐個賦值
for (int i = 0; i < matrix.length; i++) {
for (int j = 0; j < matrix[i].length; j++) {
matrix[i][j] = i * j;
}
}
// 打印二維數(shù)組
for (int i = 0; i < matrix.length; i++) {
for (int j = 0; j < matrix[i].length; j++) {
System.out.print(matrix[i][j] + " ");
}
System.out.println();
}
}
}
import java.util.Arrays;
public class Main {
public static void main(String[] args) {
int[][] matrix = new int[3][4]; // 創(chuàng)建一個 3x4 的二維數(shù)組
// 使用 Stream API 為數(shù)組的每個元素賦值
Arrays.stream(matrix).forEach(row -> Arrays.stream(row).forEach(value -> row[j] = value));
// 打印二維數(shù)組
for (int i = 0; i < matrix.length; i++) {
for (int j = 0; j < matrix[i].length; j++) {
System.out.print(matrix[i][j] + " ");
}
System.out.println();
}
}
}
請注意,這兩種方法都會將數(shù)組的所有元素初始化為 0。如果您需要為每個元素賦予特定的值,只需在循環(huán)中更改賦值表達式即可。