输入框是这样的:<tr>
<td class="category">
<span class="required">*</span><?php echo lang_get( 'description' ) ?> <?php print_documentation_link( 'description' ) ?> </td>
<td>
<textarea tabindex="13" name="description" cols="80" rows="10" wrap="virtual"><?php echo $f_description ?></textarea> </td>
</tr>我想给这个输入框再添加一些默认的内容:
A:XXX
B: XXX
C:XXX并最终存在$f_description的数据段中。
应该怎么实现呢?