DMM Studio 联机帮助 › DMM Studio › 语言特征 › else
执行 if 语句的 else 部分。
if (<条件>) { DoSomething(); } else { DoSomethinElse(); }