注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
/* All JavaScript here will be loaded for users of the MinervaNeue skin */
function addLi(content,id){
var cLi = document.createElement("li")
cLi.innerHTML = content
cLi.className = "related_word"
document.getElementById(id).appendChild(cLi)
}
link1 = '<a href="/dic/%E9%A6%96%E9%A1%B5" class="mw-ui-icon mw-ui-icon-before mw-ui-icon-minerva-home" data-event-name="menu.home"><span>首页</span></a>'
addLi(link1,"p-navigation")