Go函数Go函数定义func name(params)(return params){
function body
}
//eg,如果相邻的参数类型是相同的,则可以省略前一个类型
func cal(a,b int) int{
retur
2021-11-18