弹框

来源:互联网 发布:毕向东java基础课件 编辑:程序博客网 时间:2024/06/02 02:26






Title

var money = prompt("工资");
if(money>20000){
document.write("土豪");
}else if(money<2000){
document.write("屌丝");
}else{
document.write("dazhong");
}



原创粉丝点击