encodeuri和decodeuri 解码和编码
encodeURI() //编码
decodeURI() //对上面的进行解码
encodeURIComponent()//编码
decodeURIComponent() //对上面的解码
以上方法都是对应的,如果结合使用可能会出现部分错误情况。
encodeURI() //编码
decodeURI() //对上面的进行解码
encodeURIComponent()//编码
decodeURIComponent() //对上面的解码
以上方法都是对应的,如果结合使用可能会出现部分错误情况。