←上一编辑下一编辑→ MediaWiki:Common.js (查看源代码) 2021年4月1日 (四) 22:52的版本 添加6字节 、 2021年4月1日 (四) 22:52 小无编辑摘要第11行: 第11行: /* 处理直接下载的链接问题 */ /* 处理直接下载的链接问题 */ −$('.download-link > a').each((_, n) => {+$('.download-link > a').each(function (_, n) { n.setAttribute('target', '_blank'); n.setAttribute('target', '_blank'); n.setAttribute('download', n.getAttribute('title')); n.setAttribute('download', n.getAttribute('title')); }); }); UN1C0DE评论管理员、界面管理员、管理员、优质编辑366个编辑