摘要: package RequestCenter import ( "bytes" "io" "net" "runtime" "strings" "time" ) //请求结构体 type QRequest struct { conn net.Conn } //构造函数 func CreateRequest(typename string,... 阅读全文
posted @ 2017-01-31 22:00 ﹏Sakura 阅读(1198) 评论(0) 推荐(0) 编辑