-->
当前位置:首页 > 题库

单选题:以下给变量赋值的方法中,在bash下会产生错误信息的是____ 。

Luz5年前 (2021-05-10)题库541
以下给变量赋值的方法中,在bash下会产生错误信息的是____ 。 @[A](1)
A. variable=this is a tested ip
B. variable=" this is a tested ip"
C. variable='this is a tested ip'
D. variable=this\ is\ a\ tested\ ip





A.variable=this is a tested ip
B.variable=" this is a tested ip"
C.variable='this is a tested ip'
D.variable=this\ is\ a\ tested\ ip


答案:A