$smarty->assign("News", array("tit"=>"1001","cont"=>"this is test!")); 这个数组的遍历用SECTION是访问不到的,只能用FOR EACH访问,是不是?