def funtion1(){
//Code here
}
方法 2:
def function2={
//code here
}
實際上什麼限定這兩個類型的方法之間的差異......哪一個是好..
def funtion1(){
//Code here
}
方法 2:
def function2={
//code here
}
實際上什麼限定這兩個類型的方法之間的差異......哪一個是好..
作爲方法的控制器操作 現在可以將控制器操作定義爲方法,而不像以前的Grails版本那樣使用閉包。
In fact this is now the preferred way of expressing an action。
所以,如果你使用grails> 2. *,定義動作爲方法而不是作爲衣服。
類似的問題:
嘿,請你接受我的答案,如果它是正確的嗎? – havenchyk