task hello { doLast{ println "hello world" } }. 在android studio的頂層build.gradle中有這樣一個task: task clean(type: Delete) { delete ...
確定! 回上一頁