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.
我正在尝试使用 jquery ajax 函数将发布请求发送到服务器。
我的问题如下:cgi脚本(我想尽可能避免触摸)期望具有以下格式的url,其中通过多次声明参数来传递列表参数
例如对于给定的查询类型“列表”:
queryType=queryValue1&queryType=queryValue2&queryType=queryValue3
我无法猜测如何使用 jquery ajax 方法的数据字段来执行此操作,而不用最后声明的参数覆盖所有参数值。