1. 运算符的使用方法

1.1. &&运算符

command1 && command2

command1执行成功后执行command2

1.2. ||运算符

command1 || command2

command1执行失败后执行command2

1.3. 相关资料

results matching ""

    No results matching ""