Home  >  Article  >  Backend Development  >  ThinkPHP里面的Volist标签显示乱码

ThinkPHP里面的Volist标签显示乱码

WBOY
WBOYOriginal
2016-06-23 14:27:091277browse

ThinkPHP Volist

php代码如下:
$item_virtue_mod = D('view_goods_virtue');
$item_virtue_mod->where("itemid='{$id}'");
$item_virtue = $item_virtue_mod->field('name,vid')->where("itemid=".$id)->find();
$this->assign('item_virtue', $item_virtue);


html代码如下:
{$val['vid']}

结果显示乱码:

但是如果输出{$val}
能正常显示第一条记录的name和vid。

回复讨论(解决方案)

把所有要改编码的地方都查下,
顺便说下,楼主真小气,难怪几乎没有人鸟你

这个编码无关 否则{$val}也不会正常显示了!
这个区人,即使100 也没太多人来!

检查页面编码是否正确

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn