xxxxxxxxxx
<!DOCTYPE html>
<html>
<body>
<p>
这是一个电子邮件链接:
<a href="mailto:someone@example.com?Subject=Hello%20again" target="_top">
发送邮件</a>
</p>
<b>注意:</b> 单词之间的空格需要使用%20来表示,以确保浏览器能真正解析空格。</p>
</body>
</html>