java中的lastIndexOf

更新时间:01-23 教程 由 栗子 分享

java中的lastIndexOf?

int x = a.lastIndexOf(b),表示b字符串在a字符串中最后出现的位置。如a= "abcdabcd";b="d";那么x的值为7.

声明:关于《java中的lastIndexOf》以上内容仅供参考,若您的权利被侵害,请联系13825271@qq.com
本文网址:http://www.25820.com/tutorial/14_2194193.html