网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

代码:’abcdefg’.indexOf(’D’)结果是()。

  • A、4
  • B、3
  • C、-1
  • D、0

参考答案

更多 “代码:’abcdefg’.indexOf(’D’)结果是()。A、4B、3C、-1D、0” 相关考题
考题 在ASP中,len(“abcdefg”)函数的结果是?() A.“abcdefg”B.6C.trueD.7

考题 假若indexOf()方法未能找到所指定的子字符串,则返回以下选项中的哪个( )。 A、falseB、0C、-1D、以上答案都不对

考题 在ASP中,right(“abcdefg”,3)函数的结果是?()A.“abcdefg”B.“e”C.“efg”D.“def”

考题 在JavaScript中,执行下面的代码后,num的值是( ).var str = "xiao.li@gmail.com";var num = str.indexOf("."); A.-1B.0C.4D.13

考题 A 4B 3C 1D 2

考题 单代号网络计划如右图所示(时间单位:天),工作C的最迟开始时间是()A . 4B . 3C . 1D . 0

考题 油罐液位在()米以下时严禁加温。A、4B、3C、1D、2

考题 压力表的指示值经常在量程的()之间。A、1/4~3/4B、1/3~2/3C、2/3~1D、0~1/3

考题 下面这段代码中,变量myInteger的结果是()。 Dim myString As String="ABCDE" Dim myInteger As Integer myInteger=myString.IndexOf("D")A、0B、1C、2D、3E、4

考题 EAN-13代码中,制造商代码的位数为()A、4B、3C、2D、1

考题 分析下面的JavaScript代码段: var mystring="I am a student"; a=mystring.indexOf("am"); document.write(a); 输出结果是()。A、3B、4C、2D、1

考题 使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。A、字符串"helloworld"中不包含G字符,indexOf返回0B、字符串"helloworld"中不包含G字符,indexOf返回nullC、字符串"helloworld"中不包含G字符,indexOf返回-1D、字符串"helloworld"中不包含G字符,indexOf返回1

考题 小学教师资格代码是()A、4B、2C、1D、0

考题 Java语言中表达式-123的结果是哪项?() A、 -4B、 -9C、 -1D、 -2

考题 C403塔顶安全阀有()个。A、4B、3C、1D、2

考题 以太网帧中,TAG标签占几个字节。()A、4B、3C、1D、2

考题 DCS系统的接地分为()种A、4B、3C、1D、2

考题 代码:’abcdefg’.substring(2,3)的结果是()。A、cdeB、bC、cD、bcd

考题 厂商识别代码有效期为()年。A、2B、3C、1D、5

考题 四川省人口在西部名列第()位。A、4B、3C、1D、2

考题 椭圆形脸长与宽之比为()A、3:4B、4:3C、2:1D、5:3

考题 单选题代码:’abcdefg’.indexOf(’D’)结果是()。A 4B 3C -1D 0

考题 单选题下面这段代码中,变量myInteger的结果是()。 Dim myString As String="ABCDE" Dim myInteger As Integer myInteger=myString.IndexOf("D")A 0B 1C 2D 3E 4

考题 单选题分析下面的JavaScript代码段: var mystring="I am a student"; a=mystring.indexOf("am"); document.write(a); 输出结果是()。A 3B 4C 2D 1

考题 单选题在ASP中,right(“abcdefg”,3)函数的结果是?()A “abcdefg”B “e”C “efg”D “def”

考题 单选题使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。A 字符串helloworld中不包含G字符,indexOf返回0B 字符串helloworld中不包含G字符,indexOf返回nullC 字符串helloworld中不包含G字符,indexOf返回-1D 字符串helloworld中不包含G字符,indexOf返回1

考题 单选题在ASP中,len(“abcdefg”)函数的结果是?()A “abcdefg”B 6C trueD 7