$.post("/robit/index.php/index/index/addfriends",{
arr:bothren,//参数
msg:msgs,//参数
},
function(data){
if (data) {
$("#text").text("发送成功!!!");
$("#tan1").show();
$("#tan2").show();
}
else {
$("#text").text("发送失败!!!");
$("#tan1").show();
$("#tan2").show();
}
});tp5后台$_post能够接收到数据 input('param.arr') input('post.arr')input('post.')都接受不到数据 为什么啊
最佳答案