服务端用的是PHP写的。返回的是json格式的数据 echo json_encode(array('data'=>array("hasnext"=>0,"info"=>$rows))); $rows是查询数据库出来的数组