码迷,mamicode.com
首页 > 编程语言 > 详细

ajax提交数组注意事项

时间:2020-04-07 22:48:14      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:answer   res   check   nbsp   mtime   set   type   div   注意   

$.ajax({
                    datatype:‘json‘,
                    type:"post",

                    url:"/test/doTest.do",
                    traditional: true,//如果传值有数组,需要写
                    data:{
                        "timeConsumes":sumtime,
                       "answers" :checkans,
                    },
                    success: function(json){
                        Test_result(json.data)



                    },error:function(xhr){alert(xhr.responseText)}
                });

 

ajax提交数组注意事项

标签:answer   res   check   nbsp   mtime   set   type   div   注意   

原文地址:https://www.cnblogs.com/yuanmo/p/12656441.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!