vue 给url 中文参数 添加编码解码

// 解码用 
decodeURIComponent(str)
// 编码用 
encodeURIComponent(str)
posted @ 2019-01-16 17:16  Du.Du  阅读(19089)  评论(0)    收藏  举报