if sex="男" then if age<8 then response.Write("小弟弟") else if age>=8 and age<=15 then response.Write("小男孩") else if age>=16 and age<=24 then response.Write("小伙子") else if age>=25 and age<=45 then response.Write("青年男子") else if age>=46 and age<=55 then response.Write("中年男子") else if age>=56 and age<=80 then response.Write("老爷爷") else if age>80 then response.Write("老寿星") end if end if end if end if end if end if在FIF小组学ASP,看不太明白这块是省略哪两个IF语句的end if,谢谢!!!