URL Scheme for Phone Call

前端 未结 4 1677
我在风中等你
我在风中等你 2020-12-02 16:40

Much like the \"mailto\" URL prefix launches the user\'s default mail program and starts a new email with specified address, is there a similar URL scheme that would initiat

4条回答
  •  情歌与酒
    2020-12-02 17:11

    There is such a URI scheme: tel. It has an elaborate syntax, but here is a simple example of its usage:

    tel:123-4567
    

    For the full specification, refer to http://www.ietf.org/rfc/rfc3966.txt .

提交回复
热议问题