$(function () { var shareTitle = encodeURIComponent("点击登录查看关于营山县2025年上半年城市****"); var curUrl = encodeURIComponent(window.location.href); var picUrl = encodeURIComponent(""); var shareUrl = "http:****=" + curUrl + " title=" + shareTitle + " pic=" + picUrl; $("#weibo_share").click(function () { window.open(shareUrl); }); })