原生小程序页面转码传参跳转
2022-01-19 本文已影响0人
litielongxx
encodeURIComponent转换和decodeURIComponent解密
传参涉及中文转码可以用`xx?name=${encodeURIComponent(‘ 中文’)}
b页面decodeURIComponent(options.name)
ps:
本地存储和globaldata也都可以。
如webview传入的url后面参数丢失,也可以这样解决
··顿号为字符进阶的字符模板