url转码

Posted admin8

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了url转码相关的知识,希望对你有一定的参考价值。

var target = encodeURI(‘我测试‘); //--> target = %E6%88%91%E6%B5%8B%E8%AF%95

var afterConvert = decodeURI(‘%E6%88%91%E6%B5%8B%E8%AF%95‘); //--> afterConvert = 我测试

以上是关于url转码的主要内容,如果未能解决你的问题,请参考以下文章