bool A=false;
bool B=true;
A|=B;
执行后 A=true了
bool B=false;
执行后 A=false了
posted on 2022-11-24 15:18 张不胖 阅读(85) 评论(0) 收藏 举报