点击发起qq对话

PC发起QQ会话

<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=1406838464&site=qq&menu=yes">
    发起会话
</a>



移动端发起QQ会话

<a href="javascript:;" onclick="chatQQ()">QQ咨询</a>

function chatQQ(){
    //其中1234567指的是QQ号码
    window.location.href="mqqwpa://im/chat?chat_type=wpa&uin=1406838464&version=1&src_type=web&web_src=oicqzone.com";
}

猜你喜欢

转载自blog.csdn.net/Byte_Dance/article/details/80982638