?
このドキュメントでは、 php中國語ネットマニュアル リリース
Attribute Name | Type | Required | Default | Description |
---|---|---|---|---|
address | string | Yes | n/a | the e-mail address |
text | string | No | n/a | the text to display, default is the e-mail address |
encode | string | No | none | How to encode the e-mail. Can be one of none, hex or javascript. |
cc | string | No | n/a | e-mail addresses to carbon copy. Separate entries by a comma. |
bcc | string | No | n/a | e-mail addresses to blind carbon copy. Separate entries by a comma. |
subject | string | No | n/a | e-mail subject. |
newsgroups | string | No | n/a | newsgroups to post to. Separate entries by a comma. |
followupto | string | No | n/a | addresses to follow up to. Separate entries by a comma. |
extra | string | No | n/a | any extra information you want passed to the link, such as style sheet classes |
屬性 | 類型 | 是否必須 | 缺省值 | 描述 |
---|---|---|---|---|
address | string | Yes | n/a | 電子郵件地址 |
text | string | No | n/a | 郵件鏈接上顯示的文本,默認(rèn)為電子郵件地址 |
encode | string | No | none | 編碼方式,可選值為 none,hex或javascript |
cc | string | No | n/a | 郵件抄送地址,多條地址信息以逗號(hào)分隔 |
bcc | string | No | n/a | 郵件暗送地址,多條地址信息以逗號(hào)分隔 |
subject | string | No | n/a | 郵件主題 |
newsgroups | string | No | n/a | 發(fā)送到新聞組的地址,多條地址信息以逗號(hào)分隔 |
followupto | string | No | n/a | 追蹤地址信息,多條信息以逗號(hào)分隔 |
extra | string | No | n/a | 其它需要傳遞給鏈接的信息,如css樣式 |
mailto automates the creation of mailto links and optionally encodes them. Encoding e-mails makes it more difficult for web spiders to pick up e-mail addresses off of your site.
mailto 自動(dòng)生成電子郵件鏈接,并根據(jù)選項(xiàng)決定是否對(duì)地址信息編碼. 電子郵件地址編碼使得網(wǎng)絡(luò)嗅探程序難以收集到電子郵件地址信息.
Technical Note: javascript is probably the most thorough form of encoding, although you can use hex encoding too.
技術(shù)要點(diǎn): 盡管可以使用 hex 進(jìn)制編碼,但 javascript 已經(jīng)算得上是很徹底的編碼形式了.
Example 8-15. mailto
|