在 C 中,我可以使用類似的東西初始化二維字符數(shù)組 public static char hashTable[10][5] = {"", "", "abc", "def", "ghi", "jkl", "mno", "pqrs", "tuv", "wxyz"};我想知道如何在 Java 中做到這一點?
如何快速初始化char 2d數(shù)組?
ibeautiful
2021-12-10 16:58:34