smarty开启缓存乱码
风起时丶丶想你
风起时丶丶想你 2018-10-10 17:17:10
0
2
935

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>

</html>


风起时丶丶想你
风起时丶丶想你

全部回复(2)
风起时丶丶想你

换了php版本发现,原来是php6自己的原因,具体什么导致的不清楚,反正是尽量用php5或者7别用6

风起时丶丶想你

有没有大神解释一下

热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板