Python 中parse.quote类似JavaScript encodeURI() 函数
2021-07-02 02:05
阅读:776
标签:encode sre enc javascrip rom code role int uri Python 中parse.quote类似JavaScript encodeURI() 函数 标签:encode sre enc javascrip rom code role int uri 原文地址:https://www.cnblogs.com/shaosks/p/9634640.htmlfrom urllib import parse
jsRet = ‘roleO%2f‘
print(parse.unquote(jsRet))
print(parse.quote(jsRet))
输出:
roleO/
roleO%252f
下一篇:从数组中随机选择3个元素
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Python 中parse.quote类似JavaScript encodeURI() 函数
文章链接:http://soscw.com/index.php/essay/100579.html
文章标题:Python 中parse.quote类似JavaScript encodeURI() 函数
文章链接:http://soscw.com/index.php/essay/100579.html
评论
亲,登录后才可以留言!