我有一个名为"bob"的数组,其中包含值.
String[] bob = { "this", "is", "a", "really", "silly", "list" };
如何知道名为bob的数组中是否存在"愚蠢"值而不迭代它?
java arrays
arrays ×1
java ×1