Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嘿,有什么方法可以通过 ember.js 向某人发送邮件。我已经制作了一个联系表格,我正在使用 php 发送邮件。有一种方法可以使用 node.js 处理 ajax 请求,但有没有办法使用 ember.js 来处理。
Ember 存在于客户端上,因此并非如此。您可以只打开一个 mailto: 链接,然后让他们在他们的客户端(例如 Outlook、Mail、Thunderbird)中发送电子邮件,但这可能不是您想要的。
通常,您仍然会使用 PHP、Ruby、Node.js 或其他方式向服务器端脚本执行 ajax 请求。