初级会员
  • 第 35740 位会员
  • veiky
  • veiky
  • 2019-04-28 11:57:47
  • Offline
  • 20 25

最近发布的文章

    暂无

最近分享的资源

    暂无

最近发布的项目

    暂无

最近的评论

  • 评论了主题 基本字符串拼接错误
    #5 @NiceAir 是啊,被吃了,而且你看下,字符串顺序也是乱的
  • 评论了主题 基本字符串拼接错误
    1楼 @polaris ``` appid := env1.Get("APPID") fmt.Printf("type of appid is %T, len of appid is %d\n", appid, len(appid)) secret := env1.Get("SECRET") fmt.Printf("type of secret is %T, len of secret is %d\n", secret, len(secret)) url := `https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=`+appid+`&secret=`+secret fmt.Println(url) ``` ![image.png](https://static.studygolang.com/190428/a10761391b688f6f78bbc3acef6d8bd4.png)
  • 评论了主题 基本字符串拼接错误
    ``` appid := env1.Get("APPID") fmt.Printf("type of appid is %T, len of appid is %d\n", appid, len(appid)) secret := env1.Get("SECRET") fmt.Printf("type of secret is %T, len of secret is %d\n", secret, len(secret)) url := `https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=`+appid+`&secret=`+secret fmt.Println(url) ``` ![image.png](https://static.studygolang.com/190428/a10761391b688f6f78bbc3acef6d8bd4.png)