且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

可以使用mailto来设置邮件的主题/内容吗?

更新时间:2021-10-11 07:31:16

和mailto的技巧: http://www.angelfire.com/dc/html- webmaster / mailto.htm

Yes, look all tips and tricks with mailto: http://www.angelfire.com/dc/html-webmaster/mailto.htm

mailto主题示例:

mailto subject example:

<a href="mailto:no-one@snai1mai1.com?subject=free chocolate">example</a>

mailto with content:

mailto with content:

<a href="mailto:?subject=look at this website&body=Hi,I found this website
and thought you might like it http://www.geocities.com/wowhtml/">tell a friend</a>