是否可以在javascript中使用“mailto:”重定向附加文件?
像这样的东西:
document.location = "mailto:"+recipient+"?subject="+subject+"&body="+msg+"?attach="+"file1.zip";
是否可以在javascript中使用“mailto:”重定向附加文件?
像这样的东西:
document.location = "mailto:"+recipient+"?subject="+subject+"&body="+msg+"?attach="+"file1.zip";