摘要: package lottery import ( "fmt" "math/rand" "sort" "time" ) type Lottery struct { } func NewLottery() *Lottery { return &Lottery{} } type Prize struct 阅读全文
posted @ 2024-11-15 15:44 今天滴天气不错 阅读(53) 评论(0) 推荐(0)