路由编码,解码 如梦之梦25 2022-09-26 121 阅读1分钟 1. jsp页面进行编码解码 encodeURI(str);//编码 encodeURIComponent(str);//编码 decodeURI(str);//解码 decodeURIComponent(str);//解码