前端点击调用QQ对话

xiaoxiao2021-02-28  67

function a()  {  qq_list = new Array( '7645478',‘123456’);     //随机     qq_i = Math.floor(Math.random()*qq_list.length);     src = "tencent://message/?uin="+qq_list[qq_i]+"&Site=&menu=yes";     $('.p_a').attr('href',src);   }
转载请注明原文地址: https://www.6miu.com/read-79836.html

最新回复(0)