How to change the placeholder of WeChat Mini Programs textarea?

textarea::-webkit-input-placeholder:after{
  display:block;
  content:"line@ \A line-sharp";/*  \A   */
  color:red;
};
In

HTML, you can set placeholder line wrapping through CSS, but Mini Program does not seem to be able to do so. Is there anything you can do about it?

May.08,2021

can only be simulated with js, and


html textarea is also compatible according to the writing method given by the subject. It is best to use html and js to simulate placeholder, to write label and display none in html and Mini Program.
for off-the-shelf examples, please refer to QQ Mail's PC WEB login page.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c2b2-2c2d4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c2b2-2c2d4.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?