Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法将javascript对象作为请求参数传递给jsp?
我不想发送多个逗号分隔的字符串。
我的场景是我正在解析一个 json 响应,然后我必须将 json 中的值传递给另一个 jsp。
您可以重新构建 JSON 字符串(甚至传递原始字符串)。