JS中的流程控制语句

1.if条件语句 语句一:web if (condition) { statement1; } else { statement2; } <script> var i=23; if(i>25) console.log("Greater than 25"); else{ console.log("Less than or equal to
相关文章
相关标签/搜索