html href在mailto的body里加换行的一种方法
(认知有限,如有不妥,还望告知,欢迎讨论)
在想换行的位置上加 "%0d%0a"
eg.
<a href="mailto:sample@mailbox.com?subject=Hi&body=Hello%0d%0aworld">confirm</a>
=END=
=Reference=
[1] https://blog.csdn.net/yangzhpro/article/details/676205#:~:text=如果想在BODY进行,"%0D%0A".