代码:
```
url := "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid="+appid+"&secret="+secret
fmt.Println(url)
```
appid和secret字符串打印结果正常。
输出结果:
![image.png](https://static.studygolang.com/190428/9fe5cd57e2c23169297dc7b025ac4859.png)
有疑问加站长微信联系(非本文作者)