anchor标签是否实际上支持附件

anchor标签是否实际上支持附件

本文介绍了mailto:in anchor标签是否实际上支持附件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以在HTML中的mailto:标签中指定附件?

Is it possible to have attachments to be specified in the mailto: tag in HTML?

< a href="[email protected]?body=somebody&subject=someSubject">my link < /a>







如果是,我如何指定附件?




If yes, how do I specify an attachment?

推荐答案


这篇关于mailto:in anchor标签是否实际上支持附件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-01 22:55