所以我的PHP
变量包含HTML
的{{1}}代码。这是我的table
变量的内容:
PHP
我想使用<thead>
<tr>
<th>fisrt column </th>
<th>second column</th>
</tr>
</thead>
<tbody>
<tr class="placeholderRow">
<td><input name="myname1" id="myId1" value="1" disabled="disabled" type="text"></td>
<td><input name="myname2" id="myId2" value="des" type="text"></td>
</tr>
</tbody>
根据此变量的内容创建一个表,是否可能?怎么办呢?