我在 php 变量中有以下 html(html 可能会有所不同)。我已经使用附加函数(jQuery)来添加这个 html,但总是失败......(由于 html 格式不正确)。我已经尝试过 htmlentities、html_entity_decode 和 htmlspecialchars 函数来格式化 html,但没有成功.... :( 任何朋友都知道如何转义这个 html。(通过 PHP 或 jquery 以及如何????感谢您的回答)
<tr>
<td class='paramlist_key'>
<label id='ID' for='FOR' class='CLASS'>*AT</label>
</td>
<td class='CLASS_A'>
<select id="19" name="Name" class="cc" title="" style="" size="">
<option value="" >Select below</option>
<option value="A" selected="selected">A</option>
<option value="B">B</option>
</select>
<span id="mm" style="display:none;"> </span>
</td>
</tr>