函数中可以有多条return语句 return语句可以出现多次 一个函数中可以有多条return语句?返回值可以根据不同的情况进行处理。例如:intfun(inta,intb){if(A>B)return n1 else if(... 2021-03-15 2380次浏览