tp5接收数据

浏览:6607 发布日期:2018/01/08 分类:求助交流 关键字: javascript thinkphp
$.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.')都接受不到数据 为什么啊
最佳答案
评论( 相关
后面还有条评论,点击查看>>