var temp = function(){ if xxx return yyy; if zzz return ooo;}alert(temp)
都 return 了,你后面写的代码还有用吗?肯定是一个返回值, return x; x的值
能 return 2次么?