I'm trying to convert a String[][]
to a string for display in a GUI. Here's my code:
String[][] tableBornes = SearchPropertiesPlugin.FillBornesTable();
String table = tableBornes.toString();
Here's what it produces:
[[Ljava.lang.String;@19b8858
How can I get something more readable?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…