原文:( new won’t create a non-array primitive): 翻译为:不能用 new 创建单个的基本类型数组 原文意思应该为: new不能创建非数组的基本类型。 也就是类似 int a = new int(); 这种语法是不合法的。 这段内容与原文意思出入很大。