摘要: str := "880218end" match, _ := regexp.MatchString("\\d{16}", str) //六位连续的数字 fmt.Println(match) //输出true reg := regexp.MustCompile("\\d{6}") //返回str中第一个匹配reg的字符串 data := reg.Find([]byte(str)) ... 阅读全文
posted @ 2019-02-12 13:43 ma_fighting 阅读(10272) 评论(0) 推荐(0) 编辑
历史天气查