");
document.writeln("
关于我们 - 联系我们 - 商务合作 - 版权声明
");
document.writeln("
");
document.writeln("");
document.writeln("");
let title = document.title.substr(0, document.title.indexOf(' - '));
let search = window.location.search.toLowerCase().substring(1);
let catid = ''
for (let item of search.split('&')) {
let itemObj = item.split('=')
if (itemObj['0'] == 'catid') {
catid = itemObj['1']
}
}
const s = document.createElement('script');
s.type = 'text/javascript';
s.src = '//web.ycrmt.cn/app/newShare?url=' + btoa(window.location.href) + '&title=' + title + '&catid=' + catid;
document.body.appendChild(s);