搜尋

首頁  >  問答  >  主體

smarty開啟快取亂碼

smarty開啟快取後第一次刷頁面亂碼,再刷一次就正常了,工程和頁面都是utf8編碼,不知道***問題。

PHP程式碼如下(smarty3.1.16)

<?php

include_once './libs/Smarty.class.php';

#$ smarty = new Smarty();

$smarty->caching =1;

$smarty->cache_lifetime =3 ;

$smarty->assign( "name","萬事如意");

$smarty->display("name.html");


模版

##<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

#<title>Insert title here</title>

</head>

<body>

#  {$name}

#<body>

#  {$name}


</body>

###</html>#############
风起时丶丶想你风起时丶丶想你2235 天前937

全部回覆(2)我來回復

  • 风起时丶丶想你

    风起时丶丶想你2018-10-12 11:21:46

    換了php版本發現,原來是php6自己的原因,具體什麼導致的不清楚,反正是盡量用php5或7別用6

    回覆
    0
  • 风起时丶丶想你

    风起时丶丶想你2018-10-11 10:33:47

    有沒有大神解釋一下

    回覆
    0
  • 取消回覆