2016年8月31日

Go基础1

摘要: package main // 模块导入 import ( "fmt" "time" "math/cmplx" "math" ) // 类型写在变量后面 func add(x int, y int) int{ return x + y } // 参数类型一样的话,可以只使用一个 func add2( 阅读全文

posted @ 2016-08-31 23:08 荆南山砍柴人 阅读(197) 评论(0) 推荐(0)

导航