收藏
回答

decodeURIComponent 获取参数问题 ?

参数传的是scene = “ uid=666&pid=123 “,使用decodeURIComponent(option.scene) 获取参数,只获取到uid=666,&符号以及&符号后面的信息都没有接收到,年前还好好的可以接收到,年后来了就接收不到了,需要怎么处理?

回答关注问题邀请回答
收藏

3 个回答

  • 神经蛙
    神经蛙
    2021-02-22

    代码片段发下

    2021-02-22
    有用 2
    回复 6
    • 神经蛙
      神经蛙
      2021-02-22
      你这是页面间传参吗
      2021-02-22
      1
      回复
    • 你过来啊
      你过来啊
      2021-02-22
      2021-02-22
      回复
    • 你过来啊
      你过来啊
      2021-02-22回复神经蛙
      分享
      2021-02-22
      回复
    • 卢霄霄
      卢霄霄
      2021-02-22回复你过来啊
      scene = encodeURIComponent(scene)
      2021-02-22
      回复
    • 神经蛙
      神经蛙
      2021-02-22回复你过来啊
      建议着样写scene={
          uid="xxx",
          pid="xxx"
      },
      编码后再分享,
      scene=encodeURIComponent(JSON.stringify(scene))
      解析的时候JSON.parse(encodeURIComponent(options.scene))
      2021-02-22
      2
      回复
    查看更多(1)
  • ShowFaker
    ShowFaker
    2021-02-22

    用option 别用option.scene

    2021-02-22
    有用 1
    回复
  • 小   泽   、
    小 泽 、
    2021-06-08

    这种 好像是在线上调试的 开发版log不出来

    2021-06-08
    有用
    回复
登录 后发表内容
问题标签