最终结果诊断

dev_v1.0.1
liu 2 years ago
parent 32c64a742d
commit eac2427b88

@ -46,6 +46,7 @@ public class TestController {
String desc = (String) readLine.get(0);
String pinyin = PinyinUtil.getPinyin((String) readLine.get(0), "_");
String question = (String) readLine.get(1);
String answer = (String) readLine.get(2);
String otherQuestionStr = (String) readLine.get(3);

Loading…
Cancel
Save