gpt4 book ai didi

java - 你能从数组列表输入中获取索引号吗?

转载 作者:行者123 更新时间:2023-12-01 13:01:47 24 4
gpt4 key购买 nike

假设 ArrayList 中有 2 个名字

  1. 约翰·史密斯
  2. 无名氏

用户输入名字“Jane Doe”,系统打印出1(它在数组中的位置?)

最佳答案

当然,您可以使用int index = yourArrayList.indexOf("Jane Doe")来找到它的位置。

更多信息:http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html#indexOf(java.lang.Object)

关于java - 你能从数组列表输入中获取索引号吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23464124/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com