HTML:"发送给朋友"链接

ane*_*yzm 3 html mailto email

我需要在我的网站上添加"发送给朋友"链接.

当用户点击它时,应打开他们的电子邮件软件并且应该已经填写了电子邮件.

主题:网站名称正文:链接到网站,简短说明

那可能吗 ?谢谢

Tob*_*ouw 8

<a href="mailto:enteryour@addresshere.com?subject=Website Name&body=Link to website, short description">Send me an email</a>
Run Code Online (Sandbox Code Playgroud)

是一种方式.