日期:2014-05-16  浏览次数:20528 次

thinkphp 模板问题 为何不编译


 <{if condition="empty($customers)"}>
            <table class="table_a" border="1" width="100%">
                <tbody>
                    <tr style="font-weight: bold;">
                        <td>编号</td>
                        <td>电话号码</td>
                        <td align="center"colspan="2">
                            <center>操作</center>
                        </td>
                    </tr>
                   <{foreach name="customers" item="customers_one"}>
                        <tr>
                            <td>
                                <{$customers_one.c_id}>
                            </td>
                            <td>
                               <{$customers_one.c_phone}>
                            </td>
                            <td>
                                <a href="">查看</a>
                            </td>
                            <td>