groovy空值判断 Posted on 2023年2月3日 by hetao def a = null if (!a) println('a is empty') 在groovy中null,false,”,0的布尔运算结果都是false,同样可以用!a进行反向判断