shell中怎么取字符串的变量的其中的一个字符

2025-02-13 14:59:30
推荐回答(1个)
回答(1):

比如变量是str str="this is a string" 要想在判断str中是否含有"this"这个字符串,下面的语句是