10

&&做和有什么区别and吗?例如:

bool resA = (a and b and c);  
bool resB = (a && b and c);

是否相同resAresB或者如果不是,它们究竟有何不同,为什么要选择一个而不是另一个?

4

0 回答 0