qq好友分享
2020-04-21 本文已影响0人
Stonesy
var host = window.location.protocol+"//"+window.location.host;
var link = "https://connect.qq.com/widget/shareqq/index.html?url=" + encodeURIComponent(host+url) + "&pics=" + encodeURIComponent(ico) + "&title=" + encodeURIComponent(title);
window.open(link);