我有表格的数据
ith entry = string1, string2....fixed number N of strings,
(name1, name2,....variable number of strings)
即它是一个列表(N个字符串和一个可变大小的列表)
我目前有List<List<String>>
并且我正在考虑N+1th
以不同的方式对待最后一个字符串......但是有没有更好的方法来表示这些数据?具体来说,我希望能够与 (name1, name2...) 作为列表而不是字符串进行交互