我有这个代码:
echo '<center><h3>More Information</h3><br>';
if ( $story == '') {
} else {
echo '<h5>'.$story.'</h5>';
}
echo '<table id="tablepress-2" class="tablepress tablepress-id-2">
<thead>
<tr class="row-1 odd">
<th class="column-1"><div>Service</div></th><th class="column-2"><div>Price</div></th>
</tr>
</thead>
<tbody class="row-hover">';
结果是在“更多信息”之后显示多个小于号“< < < < < < < <”。我不知道他们从哪里来。
这是结果:
更多信息
< < < < < < < <