task hello {doLast {println 'Hello world!'}}也可以写成task hello << {println 'Hello world!'}操作符<< 是doLast方法的快捷版本Gradle的 ...
確定! 回上一頁