Line breaks in textarea element

后端 未结 8 1578
借酒劲吻你
借酒劲吻你 2020-12-30 22:18

This is PURE HTML. (no php or anything like that, if you want to know the background its a C# application with HTML in a web view).

All my HTML files are nicely form

8条回答
  •  再見小時候
    2020-12-30 22:54

    Nope; a textarea will spit back whatever it actually has.

    You could inject the value from JavaScript, but that seems like a lot of work for an isolated thing.

提交回复
热议问题