我遇到了這樣的函數(shù)(為了清楚起見(jiàn),進(jìn)行了簡(jiǎn)化):func myfunc(ir io.RuneReader, ib []byte, is string, pos, ncap int, dstCap []int) []int {var matched bool// do something to get matched, change dstCapReturn: if !matched { return nil } return dstCap}“返回:”這行是什么意思?
1 回答

至尊寶的傳說(shuō)
TA貢獻(xiàn)1789條經(jīng)驗(yàn) 獲得超10個(gè)贊
它是一個(gè)標(biāo)簽。goto
它可以用作、break
、 或語(yǔ)句的目標(biāo)continue
。
- 1 回答
- 0 關(guān)注
- 146 瀏覽
添加回答
舉報(bào)
0/150
提交
取消