路由传参 数字和复杂类型数据变成字符串问题
2020-08-10 本文已影响0人
一个健康马
发
encodeURIComponent(JSON.stringify(this.detailMsg))------变成json字符串
接
JSON.parse(decodeURIComponent(this.$route.query.detailMsg))---解析json字符串
发
encodeURIComponent(JSON.stringify(this.detailMsg))------变成json字符串
接
JSON.parse(decodeURIComponent(this.$route.query.detailMsg))---解析json字符串