。。。。你没有写引用,说白了就是变量名
List<String> list = new ArrayList<String>();
另外package尽量用英文,类名首字母尽量大写,还有注意缩进,从开始写代码就要规范一点。