将数组传递给$ .ajax()中的ajax请求
我想发送一个数组作为Ajax请求:
info[0] = 'hi';info[1] = 'hello';$.ajax({ type: "POST", url: "index.php", success: function(msg){ $('.answer').html(msg); }});
我怎样才能做到这一点?
慕容3067478
哔哔one
相关分类