码迷,mamicode.com
首页 > 其他好文 > 详细

7.21练习4

时间:2017-07-22 09:44:50      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:标准   har   amp   输入   bsp   nbsp   title   set   charset   

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
    </head>
    <body>
    </body>
</html>
<script>
    a=prompt("请输入性别“,”")
    b=prompt("请输入身高“,”")
    c=prompt("请输入体重”,“")
    x="女"
    y="男"
    d=b-113
    e=b-107
    f=b-103
    g=b-97
    if(a==x){
        if(c>=d&&c<=e){
            alert("标准")
        }
        else{
            alert("不标准")
        }
    }
    else if(a==y){
        if(c>=f&&c<=g){
            alert("标准")
        }
        else{
            alert("不标准")
        }
    }
</script>

7.21练习4

标签:标准   har   amp   输入   bsp   nbsp   title   set   charset   

原文地址:http://www.cnblogs.com/sglq/p/7220283.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!