时间:2010-07-23 12:32:05

标签: php html

3 个答案:

答案 0 :(得分:55)

答案 1 :(得分:11)

答案 2 :(得分:0)

您也可以使用此方法...

 `<textarea  rows="12" id="mytextarea"><?php echo $bio; ?> </textarea>

  <script>
  document.getElementById(`mytextarea`).innerHTML="Include the text you want to display";
  </script>`