会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
On_the_way
博客园
首页
新随笔
联系
订阅
管理
2020年9月11日
javaScript学习day03
摘要: //if-else语句学习 var age=parseInt(prompt("请输入年龄"));//输入的都是string;要转成int console.log(age); if(age>=18) { console.log("成年了"); }else{ console.log("未成年"); }
阅读全文
posted @ 2020-09-11 22:56 _KKcoding
阅读(117)
评论(0)
推荐(0)
编辑
公告