美文网首页
test的常见用法

test的常见用法

作者: 小胖_20c7 | 来源:发表于2019-06-28 15:07 被阅读0次
test运算规则
  test expr:
      涉及的运算符:
            !   ()  -a  -o
      表达式计算规则:
            0 arguments(The expression is false)
            1 argument(The expression is true if and only if the argument is not null
            2 3 4 arguments(出问题的时候查吧)

相关文章

网友评论

      本文标题:test的常见用法

      本文链接:https://www.haomeiwen.com/subject/hzascctx.html