switch(code) { case 'A': case 'a': // to do default: // to do }
有没有办法将两个"案例"陈述合并在一起?
c# c++
c# ×1
c++ ×1