from urllib import parse
jsRet = 'roleO%2f'
print(parse.unquote(jsRet))
print(parse.quote(jsRet))
输出:

roleO/

roleO%252f

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-26
猜你喜欢
  • 2021-06-07
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-11-01
  • 2021-06-26
  • 2022-12-23
相关资源
相似解决方案