实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<body>
4
5
<p>
6
This is another mailto link:
7
<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>
8
</p>
9
10
<p>
11
<b>Note:</b> Spaces between words should be replaced by %20 to ensure that the browser will display the text properly.
12
</p>
13
14
</body>
15
</html>