params.add(new BasicNameValuePair("trade_tags", tagid));tagid是个数组,里面包含多个tag的id,要怎么提交数据到服务器
对于http post数据,最好是用提交json数据,这样你的数组可以转成成json的数组,然后把json字符串来post提交