我正在使用DavidWebb用于发出HttpPOST请求。对于我要发送的所有参数,我都有ArrayList或HashMap。如何使用DavidWebb传递参数数组?现在我是这样做的Responseresp=webb.post(Constants.URL+Constants.CUSTOMER_SIGNUP).param("username",params.get("username")).param("user_contact_no",params.get("user_contact_no"))我想做类似的事情Responseresp=webb.post(Constants.URL+Co