问题
How do you properly construct a mailto: link without the part.
mailto:someaddress@example.com?
I dont want the address and just want whats in the parameters afterward to be filled in through the mailto.
回答1:
Yes you can
mailto:?body=tisbody&subject=thisbethesubject
回答2:
Did you mean
<a href="mailto:"></a>
回答3:
<a href="mailto:?subject=yoursubjecthere&body=yourbodyhere">Share using Email</a>
回答4:
You can use mailto in this way
<a href="mailto:user@user.com?subject=Subject&cc=CC&bcc=BCC&body=BODY">Clickme!</a>
来源:https://stackoverflow.com/questions/3540664/how-do-you-create-a-mailto-link-without-the-to-part