if语句的另一种写法

if(a >=5){
    alert("你好");
}

可以写成:

a >= 5 && alert("你好");
发表评论
* 昵称
* Email
* 网址
* 评论