小程序页面传参参数较多时:
传递页面:encodeURIComponent(JSON.stringify(event.currentTarget.dataset.detail))
接收页面:JSON.parse(decodeURIComponent(options.arrey))
小程序页面传参,参数较多含链接容易解析错误
最新推荐文章于 2025-05-28 17:30:47 发布
小程序页面传参参数较多时:
传递页面:encodeURIComponent(JSON.stringify(event.currentTarget.dataset.detail))
接收页面:JSON.parse(decodeURIComponent(options.arrey))