$.post()接收后台的数组有时是数组有时是对象

下列为返回数组给前台$.post(); //根据电话号码查询此人历史订单 public function history() { $post = input('post.'); $re = Db('dingdan')->where('tel', $post['tel'])->select(); foreach ($re as $key => $value) {
相关文章
相关标签/搜索