路由编码,解码

121 阅读1分钟

1. jsp页面进行编码解码

encodeURI(str);//编码

encodeURIComponent(str);//编码

decodeURI(str);//解码

decodeURIComponent(str);//解码