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?