拼车信息请发到 /go/cosub 节点。

如果没有发送到 /go/cosub,那么会被移动到 /go/pointless 同时账号会被降权。如果持续触发这样的移动,会导致账号被禁用。
Leask
V2EX  ›  iCloud

分享一个创建“点击发送 iMessage 超链接”的方法。

  •  
  •   Leask · May 16, 2012 · 6331 views
    This topic created in 5172 days ago, the information mentioned may be changed or developed.
    不知道大家知道没有,顺手分享一下。


    在 Mac 上,可以创建这个链接,如果对方机器上有 iMsg,点击能够直接创建会话:

    <a href="imessage:[email protected]">iMessage me!</a>


    在 iOS 设备上,则需要这样的链接:

    <a href="sms:[email protected]">iMessage me!</a>


    注意,相互之间不能互用,不相互兼容。所以,你需要判断用户的 USERAGENT。
    例如编写如下 PHP 代码,其他语言同理:

    <a href="<?php echo preg_match('/Macintosh/', $_SERVER['HTTP_USER_AGENT']) ? 'imessage' : 'sms'; ?>:[email protected]">iMessage me!</a>
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1351 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 17:11 · PVG 01:11 · LAX 10:11 · JFK 13:11
    ♥ Do have faith in what you're doing.