golang url包

1.将字符串的url,解析成struct类型

  url.Parse()

  参考:https://studygolang.com/articles/2876

  url.QueryEscape()

  生成浏览能识别的url查询参数

原文地址:https://www.cnblogs.com/jay--zhang/p/8547592.html