下列标识符中,合法的是()。A、helloWorldB、2ndObjC、hello#worldD、_helloworld
下列标识符中,合法的是()。
- A、helloWorld
- B、2ndObj
- C、hello#world
- D、_helloworld
相关考题:
对于如下C语言程序intmain(){printf(HelloWorld\n);fork();printf(HelloWorld\n);}在UNIX操作系统中正确编译链接后,其正确的运行结果是A.共打印出2行HelloWorldB.共打印出3行HelloWorldC.共打印出4行HelloWorldD.共打印出5行HelloWorld
写“HelloWorld”的正确javascript语法是:A、document.write("HelloWorld")B、"HelloWorld"C、response.write("HelloWorld")D、("HelloWorld")
使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。A、字符串"helloworld"中不包含G字符,indexOf返回0B、字符串"helloworld"中不包含G字符,indexOf返回nullC、字符串"helloworld"中不包含G字符,indexOf返回-1D、字符串"helloworld"中不包含G字符,indexOf返回1
单选题使用String对象的indexOf()方法查找字符串”helloworld”中是否包含G,下列语句描述正确的是()。A字符串helloworld中不包含G字符,indexOf返回0B字符串helloworld中不包含G字符,indexOf返回nullC字符串helloworld中不包含G字符,indexOf返回-1D字符串helloworld中不包含G字符,indexOf返回1