Home  >  Article  >  Backend Development  >  二维数组-php ajax用post方式传递数组,为什么后台只能接收到部分数据?

二维数组-php ajax用post方式传递数组,为什么后台只能接收到部分数据?

WBOY
WBOYOriginal
2016-06-02 11:29:021575browse

二维数组php

为什么我用ajax post方式传值,传的是一个二维数组,一共有453组数据,但是后台接受页面只能接收到前112条,后面的怎么都收不到。
这是用火狐浏览器检测的传递的参数
这是后台页面响应到的数据
我限制要实现的是讲Excel数据导入到mysql数据库中。我在网页中读取excel数据是正常的,就是在要写入数据库的时候,通过ajax传递数组到后台,只能接收到前面部分数据。后面的就没有了?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn