我有这段代码:
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">';
结果显示多个小于标志'&lt; &LT; &LT; &LT; &LT; &LT; &LT; &LT;”在“更多信息”之后。我不知道他们来自哪里。
结果如下:
更多信息
&LT; &LT; &LT; &LT; &LT; &LT; &LT; &LT;
答案 0 :(得分:1)