摘要: class Wxfollow { protected $appid ='wxf1d959b99f33b156'; protected $secret ='248f3a560604555ec96215c085cb2723'; protected $url =""; protected $access_ 阅读全文
posted @ 2023-04-06 20:53 minch 阅读(172) 评论(0) 推荐(0)
摘要: golang开发需要掌握的核心包以及中间件,涵盖项目的各个领域,值得收藏。 常用包常用包 说明fmt 实现格式化的输入输出操作,其中的fmt.Printf()和fmt.Println()是开发者使用最为频繁的函数。io 实现了一系列非平台相关的IO相关接口和实现,比如提供了对os中系统相关的IO功能 阅读全文
posted @ 2023-04-06 09:29 minch 阅读(1306) 评论(0) 推荐(0)