使用数组时生成随机值。 最佳答案 您需要使用数组索引来获取值。就像使用petName[i] = JOptionPane.showInputDialog("What is your pet called?");使用索引将值存储在数组中一样,您也需要使用Use petName[index]从数组中检索值。