使用Python解析Loadrunner的post的中文数据

from urllib.parse import unquote, quote

print(unquote("%2C"))
print(quote("黄疸"))
posted @ 2018-12-29 17:11  Philly008  阅读(270)  评论(0编辑  收藏  举报