实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
4
<body>
5
6
<p>
7
This is another mailto link:
8
<a href="mailto:someone@example.com?cc=someoneelse@example.com&bcc=andsomeoneelse@example.com&subject=Summer%20Party&body=You%20are%20invited%20to%20a%20big%20summer%20party!" target="_top">Send mail!</a>
9
</p>
10
11
<p>
12
<b>Note:</b> Spaces between words should be replaced by %20 to ensure that the browser will display the text properly.
13
</p>
14
15
</body>
16
</html>
17