|
|
|
@ -44,6 +44,7 @@ public class TestController {
|
|
|
|
|
List<List<Object>> read = reader.read();
|
|
|
|
|
for (List<Object> readLine : read) {
|
|
|
|
|
String desc = (String) readLine.get(0);
|
|
|
|
|
|
|
|
|
|
String pinyin = PinyinUtil.getPinyin((String) readLine.get(0), "_");
|
|
|
|
|
String question = (String) readLine.get(1);
|
|
|
|
|
|
|
|
|
|