摘要: //if语句/*var a = 1;var b = 2; var max=0; if(a>b){ max = a;}else{ max = b;}console.log(max);*/ //多种条件,else if 可以加无数个 /*if(!a++){ console.log("1");}else 阅读全文
posted @ 2020-12-11 16:08 lucascube 阅读(124) 评论(0) 推荐(0)