sh 如何使用bash或curl将数据urlencode到URL中 - 来自https://stackoverflow.com/questions/37309551/how-to-urlencode-

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 如何使用bash或curl将数据urlencode到URL中 - 来自https://stackoverflow.com/questions/37309551/how-to-urlencode-相关的知识,希望对你有一定的参考价值。

urlencode() {
  python -c 'import urllib, sys; print urllib.quote(sys.argv[1], sys.argv[2])' \
    "$1" "$urlencode_safe"
}

以上是关于sh 如何使用bash或curl将数据urlencode到URL中 - 来自https://stackoverflow.com/questions/37309551/how-to-urlencode-的主要内容,如果未能解决你的问题,请参考以下文章

执行 curl 获取的脚本时将参数传递给 bash

sh 等待HTTP端点使用Bash和curl返回200 OK

sh bash脚本运行循环以从文件中读取随机URL和用户代理,并使用cURL运行请求。这可以从任何系统运行

如何将 shell 设置为 bash 以在 Capistrano 中运行?

如何在不使用“sh”或“bash”命令的情况下运行 shell 脚本?

优雅地使用 Mac OS开发