怎么把json数据输出到HTML的表单中?

2025-04-01 02:29:20
推荐回答(2个)
回答(1):

$.each(data,function(i,n){
alert(n.admin_id);
});

回答(2):

php要转数组处理

或者前台js处理