web跳转解决转码问题


       web中a标签跳转时经常会出现乱码问题。


      解决方法:


   r=decodeURI(window.location.search);
            alert(r);

 


      


本文转载:CSDN博客