📅  最后修改于: 2022-03-11 14:44:45.162000             🧑  作者: Mango
代码示例2
if (5 == 4) {
//code you want to run if the condition is true
} else {
// code you want to run if the condition is false
}