📜  大于 x 但小于 y javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:57.348000             🧑  作者: Mango

代码示例2
if(a <= 5){
   yourFunction();
}