<ul><li>{$vo.ti
</volist>
出现以下语法报错是怎么回事?要怎么解决呢?求帮忙。
syntax error, unexpected ')', expecting T_VARIABLE or '$'
volist被编译后为:<?php if(is_array($)): $i = 0; $__LIST__ = $;if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$): $mod = ($i % 2 );++$i;?>
name属性值怎么没有了呢?
最佳答案