web端对接口返回数据进行处理

postData = {};
$(data).each(function(i){
postData[this.name] = this.value;

 

相关文章: