shell 判断字符串包含关系的三种方法. #!/bin/bash #string include str_short="hello" str_long="hello,shell!" # grep查找法function test1 () { echo -e "test1:\c" ...
確定! 回上一頁