单选题‘helloWorld’.lower()的值是()。AHELLOWORLDBHelloworldChelloWorldDhelloworld

单选题
‘helloWorld’.lower()的值是()。
A

HELLOWORLD

B

Helloworld

C

helloWorld

D

helloworld


参考解析

解析: 暂无解析

相关考题:

写“HelloWorld”的正确javascript语法是:A、document.write("HelloWorld")B、"HelloWorld"C、response.write("HelloWorld")D、("HelloWorld")

如何使用 PHP 输出 "hello world"() A."HelloWorld";B.echo"HelloWorld";C.Document.Write("HelloWorld");D.write(“HelloWorld”);

以下正确输出helloworld的是() A.printf("helloworld");B.printf("helloworld")C.print("helloworld");D.print("helloworld")

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

表达式’:’.join(’helloworld.’.split())的值为()。

python中,’helloworld’.split(’o’)的值是()A、[’hell’,’rld’]B、[’hell’,’w’,’rld’]C、[’hell’,’w’]D、[]

已知字符串x=’helloworld’,那么执行语句x.replace(’hello’,’hi’)之后,x的值为()。

下面这段代码的运行结果是()。 Dim MyStringBuilder As New StringBuilder("Hello World!") MyStringBuilder.Replace("!"c, "?"c) Console.WriteLine(MyStringBuilder)A、HelloWorld?cB、HelloWorld?C、HelloWorld!cD、HelloWorld!

s=’helloworld’,s[4:]的值是()A、’hell’B、’hello’C、’world’D、world’

表达式isinstance(’Helloworld’,str)的值为()。

‘helloWorld’.upper()的值是()。A、"HELLOWORLD"B、"Helloworld"C、"helloWorld"D、"helloworld"

在文档上输出"HelloWorld"的正确Javascript语法是document.write("HelloWorld")。()

‘helloWorld’.lower()的值是()。A、"HELLOWORLD"B、"Helloworld"C、"helloWorld"D、"helloworld"

在警告框中写入“HelloWorld”,可以使用alert("HelloWorld")。()

在网页页面上输出"HelloWorld"的正确Javascript语法是()。A、alert("HelloWorld")B、console.log("HelloWorld")C、document.log("HelloWorld")D、document.write("HelloWorld")

‘helloworld’.split(‘o’)的值是()。A、[‘hell’,‘rld’]B、[‘hell’,‘w’,‘rld’]C、[‘hell’,‘w’]D、[]

len(‘helloworld’)的值是()。A、9B、10C、11D、12

单选题python中,’helloworld’.split(’o’)的值是()A[’hell’,’rld’]B[’hell’,’w’,’rld’]C[’hell’,’w’]D[]

单选题在网页页面上输出"HelloWorld"的正确Javascript语法是()。Aalert(HelloWorld)Bconsole.log(HelloWorld)Cdocument.log(HelloWorld)Ddocument.write(HelloWorld)

填空题表达式’:’.join(’helloworld.’.split())的值为()。

单选题‘helloWorld’.upper()的值是()。AHELLOWORLDBHelloworldChelloWorldDhelloworld

判断题在文档上输出"HelloWorld"的正确Javascript语法是document.write("HelloWorld")。()A对B错

填空题表达式isinstance(’Helloworld’,str)的值为()。

填空题已知字符串x=’helloworld’,那么执行语句x.replace(’hello’,’hi’)之后,x的值为()。

单选题s=‘helloworld’,s[-4:]的值是()AhellBhelloCworldDorld

单选题‘helloworld’.split(‘o’)的值是()。A[‘hell’,‘rld’]B[‘hell’,‘w’,‘rld’]C[‘hell’,‘w’]D[]

单选题"beijingbwie".lower()的值是()。ABeijingbwieBBeiJingBwIeCbeijingbwieD程序异常