PHP项目里的HTML页代码求教解决办法

WBOY
Release: 2016-06-13 11:54:21
Original
751 people have browsed it

PHP项目里的HTML页代码求教

                        <tr><br />                            <td>{$spec.spec}<input ectype="spec" name="spec[]" type="hidden" class="text" value="{$spec.spec}" /><input ectype="spec_id" name="spec_id[]" type="hidden" class="text" value="{$spec.spec_id}" /></td><br />                            <td>{$spec.price|price}</td><br />                            <td>{$spec.group_price|price}</td><br />                            <!-- {if $group.ican.join or $group.ican.join_info} --><br />                            <td><br />                            <!-- {if $group.ican.join} --><input ectype='quantity' name="quantity[]" type="text" class="text" /><!-- {/if} --><br />                            <!-- {if $group.ican.join_info} -->{$spec.my_qty}<!-- {/if} --><br />                            </td><br />                            <!-- {/if} --><br />                        </tr>
Copy after login

PHP项目里的HTML页代码求教
为什么在HTML页里有 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!