Indexof(Char C): 找到第一个字符c的index,如果没找到返回-1
Indexof(string str): 找到str的index,如果没找到返回-1
LastIndexof(string str): 返回当前字符或字符串的最后一个匹配项位置
Indexof(Char C): 找到第一个字符c的index,如果没找到返回-1
Indexof(string str): 找到str的index,如果没找到返回-1
LastIndexof(string str): 返回当前字符或字符串的最后一个匹配项位置
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。