这是不用循环的方法 就是传过来的是一位数组 //编辑党建分类 function gk_bj(id){ $.post("{:U('Luser/lei_edlt')}",{id:id},function(v){ var html =''; html += '<input type="text" name="title" value="'+v.list['title']+'" >'; html += '<input…
js: function responseJson1(){ var array=[1001,1002]; var str=""; //获取table对象 $.ajax({ type:'post', url:'${pageContext.request.contextPath }/testList.action', //请求是key/value这里不需要指定contentType,因为默…