我需要在URL中發送數組。我試過不同的方式,如如何在mule esb中的url中發送數組?
http://localhost:8081/?RedundedItems[]=[00,11]
http://localhost:8081/?RedundedItems[]=00,11
http://localhost:8081/?RedundedItems=00&RedundedItems=11
http://localhost:8081/?RedundedItems[]=00&RedundedItems[]=11
請幫助我。
你使用什麼樣的mule版本?你會得到什麼結果?第三個選項應該允許你從屬性'''http.query.params'''中檢索值。 – afelisatti