找到 thinkphp\library\think\Template.php

找到 public function fetch($template, $vars = [], $config = [])

注释下面两行

// if (!$this->checkCache($cacheFile)) {

//}

thinkphp5 修改'view_replace_str'参数配置,解决参数不起作用

相关文章:

  • 2021-08-12
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-15
  • 2022-12-23
  • 2021-06-01
  • 2021-07-09
  • 2022-12-23
相关资源
相似解决方案