Setting value of a HTML form textarea?

后端 未结 3 1222
没有蜡笔的小新
没有蜡笔的小新 2020-11-27 21:32

I\'m using the following to set the value of a text area..



Description
3条回答
  •  孤城傲影
    2020-11-27 22:15

    Textarea has no value. You need to insert your message between the opening and closing tags.

    
    

提交回复
热议问题