千家信息网

TestGroovy.groovy

发表于:2025-01-24 作者:千家信息网编辑
千家信息网最后更新 2025年01月24日,spackage com.iteye.lindows.mysql/** * @author Lindows * */class TestGroovy { static main(args) {
千家信息网最后更新 2025年01月24日TestGroovy.groovy

s

package com.iteye.lindows.mysql/** * @author Lindows * */class TestGroovy {    static main(args) {        def var = "HelloWorld"        println "${var},${var.class}"                println "================"                var = true        println "${var}"                            }}


end

0