1、用go编写的随机数据生成器开源地址:https://github.com/brianvoe/gofakeit实例:package mainimport ( "fmt" "github.com/brianvoe/gofakeit/v6")//主函数 程序的入口func main() { fmt.Println(gofakeit.JobTitle()) fmt.Println(gofakeit.Phone()) fmt.Pri
GO开发
2024-10-01
137 点赞
2 评论
207 浏览