可以啊,tp提供能了类似的标签,
id在范围内
当然你也可以用原生的php代码判断
$os = array("Mac", "NT", "Irix", "Linux");if (in_array("Irix", $os)) { echo "Got Irix";}