def list1 = [1, 2, 3]
def list2 = [4, 5, 6]
def result = true
list1.eachWithIndex { n, i ->
if (n >= list2[i]) result = false
}
assert result
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
举破天