摘要: http://blog.csdn.net/xiaohu50/article/details/51606349 阅读全文
posted @ 2018-01-23 15:44 无天666 阅读(316) 评论(0) 推荐(0)
摘要: // 函数 // 判断在 b(s、r)中能否找到 pattern 所匹配的字符串 func Match(pattern string, b []byte) (matched bool, err error) func MatchString(pattern string, s string) (matched bool, err error) func MatchReader(pattern s... 阅读全文
posted @ 2018-01-23 13:28 无天666 阅读(581) 评论(0) 推荐(0)