//ajax传值 var str= JSON.stringify(arr1);//数组转string //alert(typeof(str)); $.ajax({ url:'test.php' ,type:'POST' ,data:{str:str} ,success:function(rst){alert('接受成功!');} ,error:function(xhr){alert('php页面有错误!'+xhr.responseText);} });
posted on 2016-09-11 17:18 hgfs瑞 阅读(885) 评论(0) 编辑 收藏 举报