标签: php html
答案 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>`