要显示原本用于格式化 Markdown 文档的字符,请在字符前面添加反斜杠字符 \ \* Without the backslash , this would be a bullet in an unordered list . 渲染效果如下: Without the backslash, this would be a bulle...
if 语句 写法1: if condition then statement ( s ) fi condition是判断条件,如果 condition 成立(返回“真”),那么 then 后边的语句将会被执行;如果 condition 不成立(返回“假”),那么不会执行任何语句。 写法2: if conditi...