页面QQ临时对话的实现

一.开通QQ服务

点我进入QQ推广官网>而后点击推广工具便可后面本身看中文html

二.页面a标签

<a target="_blank" href="http://wpa.qq.com/msgrd?v=3&uin=你的QQ号&site=qq&menu=yes">

三.js实现

<button>QQ交谈</button>
<script>
    document.querySelector('button').onclick=function () {
        window.location.replace('http://wpa.qq.com/msgrd?v=3&uin=你的QQ&site=qq&menu=yes')
    }
</script>
相关文章
相关标签/搜索