我的方法中的最后一行应该是
return methodName(xxx,xxx);
但我有它
return (xxx,xxx);
方法返回类型是bool,我只是在调试问题时才注意到拼写错误.我没想到return (xxx,xxx);要编译.它究竟做了什么?
c++
c++ ×1