Heim >Backend-Entwicklung >PHP-Tutorial >smarty options汉语言显示不正常

smarty options汉语言显示不正常

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-13 10:51:43816Durchsuche

smarty options中文显示不正常
就显示星期一其他的都不显示好像就不是中文跟中文星期一会匹配其他的中文就不匹配了
require '../libs/Smarty.class.php';
$smarty = new Smarty;
 
$vals=array('1','2','3','4','5','6','7');
$output=array('星期一','星期二','星期三','星期四','星期五','星期六','星期日');
 
$smarty->assign('selected','selected');
$smarty->assign('vals',$vals);
$smarty->assign('output',$output);
 
$smarty->display('index.tpl');
?>

填写数字跟字母是可以的
求助怎么回事
 

------解决方案--------------------
乱码?
检查文件保存时的编码是否一致

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn