会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
知九
follow your heart,and to be the best!
博客园
首页
新随笔
联系
管理
订阅
2016年9月21日
JS传参中文乱码
摘要: 在传参的时候给中文参数加上两个encodeURI即可,类似这样: encodeURI(encodeURI(balanceUnit)) 写法二 escape(encodeURI(tmplItem.hyzName)) 接收函数用unescape(decodeURI(tmplItem.hyzName))
阅读全文
posted @ 2016-09-21 11:35 知九
阅读(675)
评论(0)
推荐(0)
公告