求助一下不能通过的原因
switch (score) { ...... } switch (score / 10) { ...... }
为什么我把switch(score)里的score改成score / 10,不让通过,这样不用改值的同时判断不是应该更好吗?
switch (score) { ...... } switch (score / 10) { ...... }
为什么我把switch(score)里的score改成score / 10,不让通过,这样不用改值的同时判断不是应该更好吗?
2015-04-06
举报