LLWiki正在建设中,欢迎加入我们

“MediaWiki:Gadget-code-prettify.js”的版本间差异

跳转到导航 跳转到搜索
无编辑摘要
 
// 2. 手动跳转
const fragment = decodeURIComponent( location.hash.slice(1) ),
target = document.getElementById( fragment || null ); // 用户输入内容,禁止使用$()
if (/^L\d+$/.test( fragment ) && target) { target.scrollIntoView({ behavior: 'smooth' }); }
16,874

个编辑

导航菜单