單項(xiàng)選擇題從鍵盤讀取內(nèi)容保存到變量name中的語(yǔ)句為()。

A.write name
B.exec name
C.echo name
D.read name


您可能感興趣的試卷

你可能感興趣的試題

3.單項(xiàng)選擇題以下為shell腳本中的變量username賦值“root”的語(yǔ)句是()。

A.username="root"
B.username!="root"
C.username as"root"
D.username is"root"

4.單項(xiàng)選擇題為變量dirname賦值為“hello world”的語(yǔ)句為()。

A.dirname=hello world
B.dirname as"hello world"
C.dirname is "hello world"
D.dirname="hello world"

5.單項(xiàng)選擇題為變量count賦值1的語(yǔ)句是()。

A.count#1
B.count=1
C.count=`1`
D.count is 1