解析错误:语法错误,意外的'endif'(T
这个问题在这里已经有了答案:
不要使用php短标签,比如<?endwhile;?>而是使用<?php endwhile; ?> <?php endwhile; ?> 。 用<?php ?>替换所有短标签。
这个问题在这里已经有了答案:
不要使用php短标签,比如<?endwhile;?>而是使用<?php endwhile; ?> <?php endwhile; ?> 。 用<?php ?>替换所有短标签。