$.post()接收後臺的數組有時是數組有時是對象

下列爲返回數組給前臺$.post(); //根據電話號碼查詢此人歷史訂單 public function history() { $post = input('post.'); $re = Db('dingdan')->where('tel', $post['tel'])->select(); foreach ($re as $key => $value) {
相關文章
相關標籤/搜索