頁面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>
相關文章
相關標籤/搜索