smarty中判断一个变量是否存在于一个数组中或是否存在于一个字符串中?时间:2023-03-08 17:45:00 smarty支持php的系统函数可以直接使用{if in_array($str, $arr) || strpos($str, $string)} yes {else} no{/if}