修改thinkphp 自带的分页类里面的show()方法:

修改前:$this->url = U(ACTION_NAME, $this->parameter);

修改后:$this->url = U(ACTION_NAME).'?'.http_build_query($this->parameter);

相关文章:

  • 2022-02-24
  • 2022-12-23
  • 2021-09-16
  • 2022-12-23
  • 2022-12-23
  • 2022-02-05
  • 2021-08-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-26
  • 2021-08-20
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案