在網頁中調出QQ

2012013977發表於2017-06-19

有時需要在網頁中調出QQ作為聯絡方式,方法如下:

<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>Document</title>
</head>
<body>
    <a href="http://wpa.qq.com/msgrd?v=3&amp;uin=1826896546&amp;site=qq&amp;menu=yes" target="_blank"   alt="點選這裡聯絡我:1826896546" title="點選這裡聯絡我:1826896546">
        <img src="http://wpa.qq.com/pa?p=1:1826896546:4" height="16" border="0" alt="QQ">
    </a>
</body>
</html>

注意:不同的qq號要在這裡生成不同的連結:http://shang.qq.com/v3/index.html

相關文章