Menu Close

IF ELSE 语句

IF ELSE语句是脚本的基本语句。要求大家看的懂:

具体语法:

<pre>if (condition)
{
    // Executes this block if
    // condition is true
}
else
{
    // Executes this block if
    // condition is false
}

if  ELSE 语句实例

除教程外,本网站大部分文章来自互联网,如果有内容冒犯到你,请联系我们删除!

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注

Leave the field below empty!

Posted in 外壳脚本

Related Posts