首页 > 微信 > 详细

微信小程序开发 url乱码 url中文参数

时间:2021-03-02 14:35:17      阅读:63      评论:0      收藏:0      [点我收藏+]

 

中文部分采用encodeURIComponent() 方法进行编码

编码代码:

encodeUrlParameter = encodeURIComponent(urlParameter);

 

如需解码,采用decodeURIComponent()方法进行解码

urlParameter = decodeURIComponent(encodeUrlParameter);

 

微信小程序开发 url乱码 url中文参数

原文:https://www.cnblogs.com/dyhao/p/14468566.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!