<a href=mailto:[email protected]?subject="主题"&body="内容">发邮件</a>

解决方案 »

  1.   

    多 谢 , 但 是 如 果 在 加 cc呢 ? 我 试 了 <a href=mailto:[email protected]?subject="主题"&[email protected]&body="内容">发邮件</a>不 行 
      

  2.   

    Mailto Protocol--------------------------------------------------------------------------------Opens a client's e-mail system.Syntaxmailto:sAddress[sHeaders]Possible ValuessAddress Required. One or more valid e-mail addresses separated by a semicolon. You must use Internet-safe characters. Use %20 for the space character. 
    sHeaders Optional. One or more name-value pairs. The first pair should be prefixed by a "?" and any additional pairs should be prefixed by a "&". The name can be one of the following strings. String Description 
    subject Optional. Text to appear in the subject line of the message. 
    body Optional. Text to appear in the body of the message.  
    CC Optional. Addresses to be included in the "cc" (carbon copy) section of the message. 
    BCC Optional. Addresses to be included in the "bcc" (blind carbon copy) section of the message.