level 1
提示错误是 Parse error: syntax error, unexpected 'else' (T_ELSE) in
E:\www\UHuiBao4_0\Home\Runtime\Cache\2225ac50d4075fe97e9920a4f5884b17.php on
line 133
在文件里有几个div,在第一个div前面添加一个<if condition=>没有错误,但是在第二个div前添加的话就会显示错误。请教是怎么回事。
2012年10月09日 09点10分
1
level 7
<
if
condition
=
"$id lt 5 "
>
value1
<else
/>
value2
</
if>
2012年12月27日 00点12分
2