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);
网友评论