在C / C ++ / Java / Go中,我們使用來分隔參數:(a int, b int)在目標C中,我們使用:表示參數::(int)a :(int)b在Swift中,我們必須同時使用:和,:(a:int, b:int)冗余是否必要? 查看完整描述