Skip to content
This repository was archived by the owner on Mar 14, 2020. It is now read-only.

how to parse value with separate character #1

@lshen1120

Description

@lshen1120

anyQs("address=China,ChangSha&company=leechan")
I want to get {address: "China,ChangSha", company: "leechan"}
but get {address: "China", company: "leechan"}

I also tried anyQs("address=China%2CChangSha&company=leechan")
but get {address: "China%2CChangSha", company: "leechan"}

Have some way to escape separate character?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions