<%
 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代码里面。

 

相关文章:

  • 2021-09-28
  • 2021-12-24
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-30
  • 2022-02-08
  • 2021-06-13
  • 2021-05-25
相关资源
相似解决方案