if-else-if的用法
if(条件1)
{
语句1
}
ifelse(条件2)
语句2
if(条件2-1)
语句2-1
else
语句3
if(条件3-1)
语句3-1
ifelse(条件3-2)
语句3-2
语句3-3
这样写行不行?
能不能详细的说下if的用法?