网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
分析下面的JavaScript代码段: var mystring="I am a student"; a=mystring.indexOf("am"); document.write(a); 输出结果是()。
- A、3
- B、4
- C、2
- D、1
参考答案
更多 “ 分析下面的JavaScript代码段: var mystring="I am a student"; a=mystring.indexOf("am"); document.write(a); 输出结果是()。A、3B、4C、2D、1” 相关考题
考题
请分析以下程序。 int main() { pid_t pid; pid = fork(); if(pid==0) printf("I am the child process, my process ID is%d\n",getpid()); else printf("I am the parent process, my process ID is%d\n",getpid());} 那么,该程序正确运行后的结果是A.I am the child process, my process ID is 3744 I am the parent process, my process ID is 3987B.I am the child process, my process ID is 3744C.I am the parent process, my process ID is 3987D.不输出任何信息
考题
请分析下列程序。 int main() { printf("This is in main program"); if(fork()==0) printf("I am in child process"); else printf("I am in parent process");} 程序正确运行后结果是A.This is in main program I am in child process I am in parent processB.This is in main program I am in child processC.This is in main program I am in parent processD.This is in main program I am in child process This is in main program I am in parent process
考题
有以下程序includestdio.hmain(){char a[30],b[30];scanf(“%s”,a);gets(b);printf(“%s\n%s\n”,a,b);}程序运行时若输入:how are you? I am fine回车则输出结果是A.how are you? I am fineB.how are you? 1 am fineC.how are you? I am fineD.how are you?
考题
分析下面的JavaScript代码段,输出结果是( )var mystring="I am a student";a=mystring.charAt(9);document.write(a);
A.I am a stB.UC.UdentD.T
考题
分析下面的JavaScript代码段,输出的结果是( )。emp=new Array(5);emp[1]=1;emp[2]=2;document.write(emp.length);
A.2B.3C.4D.5
考题
假设今天是2006年4月1日星期六,请问以下javascript代码输出结果是:( )var time = new Date( );document.write(time.getMonth( ));
A.3B.4C.5D.4月
考题
分析下面的JavaScript代码段,输出的结果是( )。emp=new Array(3);emp[0]=0;emp[1]=1;emp[2]=2;emp[3]=3;document.write(emp.length);
A.2B.3C.4D.5
考题
Hello, Peter. What do you do?()A、I am fine.B、I am not sick.C、I am a student from Bonn University.D、I came from Bonn University.
考题
下面这段代码中,变量myInteger的结果是()。 Dim myString As String="ABCDE" Dim myInteger As Integer myInteger=myString.IndexOf("D")A、0B、1C、2D、3E、4
考题
分析下面的JavaScript代码段,输出的结果是()。 emp=new Array(5); emp[1]=1 emp[2]=2 document.write(emp.length);A、2B、3C、4D、5
考题
分析下面的Javascript代码段,输出结果是() var s1=parseInt(“101中学”); document.write(s1);A、NaNB、101中学C、101D、出现脚本错误
考题
假定今天是2006年4月1日星期六,请问下列JavaScript代码在页面上的输出结果是()。 var time=new Date( ); document.write(time.getDate( ));A、2006B、4C、1D、6
考题
分析下面的JavaScript代码段,输出的结果是() emp = new Array(5); emp[1]=1; emp[2]=2; document.write(emp.length);A、2B、3C、4D、5
考题
分析下面的代码段,执行后的输出结果是()。 var x="15"; str=x+5; A=parseFloat(str); document.write(A);A、20B、20.0C、NaND、155
考题
分析下面的Javascript代码段,输出结果是() var mystring=”I am a student”; var a=mystring.substring(9,13); document.write(a);A、studB、tudenC、udenD、udent
考题
单选题下面这段代码中,变量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
考题
单选题分析下面的JavaScript代码段,输出结果是()。var a=15.59;document.write(Math.round(a));A
15B
16C
15.5D
15.4
考题
单选题分析下面的JavaScript代码段,输出的结果是()。 emp=new Array(5); emp[1]=1 emp[2]=2 document.write(emp.length);A
2B
3C
4D
5
考题
单选题分析下面的JavaScript代码段,输出的结果是() emp = new Array(5); emp[1]=1; emp[2]=2; document.write(emp.length);A
2B
3C
4D
5
考题
单选题假定今天是2006年4月1日星期六,请问下列JavaScript代码在页面上的输出结果是()。 var time=new Date( ); document.write(time.getDate( ));A
2006B
4C
1D
6
考题
单选题分析下面的代码段,执行后的输出结果是()。 var x="15"; str=x+5; A=parseFloat(str); document.write(A);A
20B
20.0C
NaND
155
热门标签
最新试卷