在Shell变量引用操作符可实现字符串替换其中()用来测试如果变量stra存在且不为空,则返回为word,否则返回为空串
A.${stra:-word}
B.${stra:=word}
C.${stra:+word}
D.${stra:?word}
在Shell变量引用操作符可实现字符串替换其中()用来测试如果变量stra存在且不为空,则返回为word,否则返回为空串
A.${stra:-word}
B.${stra:=word}
C.${stra:+word}
D.${stra:?word}
C
VIP截止日期:2024-12-31 00:23:37
←请使用支付宝扫码支付VIP截止日期:2024-12-31 00:23:37
←请使用微信扫码支付