摘要: 一: 单向选择:if... 语法 if(条件){.......} 举例 <script> var score=100; if (score>60){alert("那你很棒棒噢~")};</script> 二:双向选择:if ...else... 语法 if(条件){.......} else{... 阅读全文
posted @ 2022-04-02 23:24 是贰叁 阅读(168) 评论(0) 推荐(0)