📅  最后修改于: 2022-03-11 14:48:47.489000             🧑  作者: Mango
if (condition)
{
// block of code to be executed if the condition is True
}
else
{
// block of code to be executed if the condition is False
}