摘要: 地址:https://github.com/syyongx/php2go,点击下载 // php2go functions package php2go import ( "archive/zip" "bytes" "crypto/md5" "crypto/sha1" "encoding/base6 阅读全文
posted @ 2021-04-14 17:17 Mr.peter 阅读(209) 评论(0) 推荐(0)
摘要: 参考下面的代码即可。 package main import ( "time" "fmt" ) func main() { //获取当前时间 t := time.Now() //2018-07-11 15:07:51.8858085 +0800 CST m=+0.004000001 fmt.Prin 阅读全文
posted @ 2021-04-14 17:12 Mr.peter 阅读(254) 评论(0) 推荐(0)