我不知道我的代码发生了什么。我似乎无法弄清楚为什么数组给了我这个错误。该行是String line[] = aryLines[];
专门aryLines[];
我的代码:
public void interpretGpl(String aryLines){
System.out.println("Interpreting");
String line[] = aryLines[];
String tempString[] = null;
int tempInt[] = null;
int i = interCount;
boolean isInt;
boolean storeValue = false;