使用javascript打开电子邮件。电子邮件客户端出现但没有附件。谁能告诉我为什么这不起作用?我尝试了多种方式,/ sdcard,/ test.png,带“”,没有“”。我可以访问外部存储。
window.open('mailto:?subject=' + subject + '&body=This is the body text&attachment="/mnt/sdcard/Test.png"');
这是我的console.log
I/ActivityManager( 152): Displayed android/com.android.internal.app.ResolverActivity: +361ms
I/ActivityManager( 152): Starting: Intent { act=android.intent.action.VIEW dat=mailto:?subject=Test&body=This%20is%20the%20body%20text&attachment=%22/mnt/sdcard/Test.png%22 flg=0x3800000 cmp=com.google.android.email/com.android.email.activity.MessageCompose } from pid 152
答案 0 :(得分:2)
您无法使用mailto
链接指定附件。这在任何浏览器中都不起作用。