文章分类 -  Go

golang
摘要:1 package main 2 3 import ( 4 "code.google.com/p/mahonia" 5 "fmt" 6 "net" 7 "os" 8 "strings" 9 )10 11 func main() {12 args := os.Args13 if len(args) < 2 {14 fmt.Println(Show("输入的参数不正确,请重新输入.\r\n可选参数server或client"))15 os.Exit(0)16 }17 par 阅读全文
posted @ 2013-10-23 00:20 RockyF 阅读(589) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示