c# 写法技巧

1.一句话判断真假

bool b = (years %4 == 0)|(mounths%4==0);

 

posted @ 2021-02-01 22:58  遥月  阅读(122)  评论(0)    收藏  举报