<script type="text/javascript">
function addText() {
var input = document.getElementById(\'comment\');
input.value = \'lots of new text \' + input.value;
}
</script>
<p class="comment-form-comment">
<label for="comment">Comment</label>
<textarea id="comment" name="comment" cols="45" rows="8" aria-describedby="form-allowed-tags" aria-required="true">
</textarea>
</p>
从网上其他地方撕下的碎片。。最后谢谢你的帮助。