【名词&注释】
操作符(operator)、执行命令(executive command)、外部命令(external command)、字符串替换(character-replacement)
[单选题]在Shell变量引用操作符可实现字符串替换(character-replacement)其中()用来测试如果变量stra存在且不为空,则返回为word,否则返回为空串
A. ${stra:-word}
B. ${stra:=word}
C. ${stra:+word}
D. ${stra:?word}