码迷,mamicode.com
首页 > Web开发 > 详细

用ASP实现JS的decodeURIComponent()函数

时间:2017-02-21 22:05:02      阅读:284      评论:0      收藏:0      [点我收藏+]

标签:write   解决   参数   form   rip   sde   编码   完美解决   encode   

<%
 response.write jsDecodeURIComponent( "%E6%B5%8B%E8%AF%95"  )
%>
<script language="jscript" runat="server">
 function jsDecodeURIComponent(str){return decodeURIComponent(str) }
</script>

 

ASP urldecode的完美解决办法。

uploadify 3版本,用formData额外传输参数时,用ASP解析乱码。想到办法,传之前先用encodeURIComponent编码。ASP接收时再解码。

 

script language=jscript runat=server,这在段,可以当作html直接放在asp代码里面。

 

用ASP实现JS的decodeURIComponent()函数

标签:write   解决   参数   form   rip   sde   编码   完美解决   encode   

原文地址:http://www.cnblogs.com/howgoo/p/6426366.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!