因为网站翻译的时候应该用的beta/beta2,而再beta4中就会出现问题,解决问题方案:var shopping: String[] = ["Eggs","Milk"];修改成var shopping: [String] = ["Eggs","Milk"];既可,解决问题!