摘要: 阅读全文
posted @ 2020-03-22 13:58 眼镜儿 阅读(181) 评论(0) 推荐(0) 编辑
摘要: package main import ( "fmt" "regexp" ) func main() { str := "abc123456" match, err := regexp.Match("\u4e00", []byte(str)) fmt.Println(match, err) matc 阅读全文
posted @ 2020-03-22 13:35 眼镜儿 阅读(316) 评论(0) 推荐(0) 编辑