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
相關文章
相關標籤/搜索