11.设串sl=″Data Structures with Java″,s2=″it″,则子串定位函数index(s1,s2)的值为( )

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了11.设串sl=″Data Structures with Java″,s2=″it″,则子串定位函数index(s1,s2)的值为( )相关的知识,希望对你有一定的参考价值。

参考技术A 返回一个错误的值
子串定位函数应该用find或者search
=find(s2,s1,1)从第一个位置开始查找,记着s2这个子串要在前面
(find区分大小写,不支持通配符,search与之相反)
参考技术B 作业无忧为您解答:index(s1,s2)的值为18 参考技术C 18有二个空格 参考技术D 17

以上是关于11.设串sl=″Data Structures with Java″,s2=″it″,则子串定位函数index(s1,s2)的值为( )的主要内容,如果未能解决你的问题,请参考以下文章

Manipulating Data Structures

代写二叉查找树程序作业代写BST 作业代写Data Structures

04_Python Data Structures

JavaScript data types and data structures

CISP 430 Data Structures

DataStructureLinked Data Structures