在這裡,傳入型態為整數的x, y ,回傳值則為int類型。 func numSum(x, y int) int { return x + y } func main() { x := 10 y := 20 sum := numSum(x, ...
確定! 回上一頁