2 回答

繁花不似锦
TA贡献1851条经验 获得超4个赞
不能使用javascript来发邮件,但是可以打开电脑上面的邮件客户端:
window.open('mailto:test@example.com');
or
window.open('mailto:test@example.com?subject=subject&body=body');
参考:How to send an email from JavaScript
添加回答
举报
0/150
提交
取消