Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
嘿伙计们,我有一些问题。
我从 ego studios 买了一个成品模板。我的问题是我无法更改标题。在头的标题部分应该是 Guido Neuhaus,它写在那里但不会改变,总是有 ego stuidos。
有人可以看看它。是否有任何脚本阻止它或类似的东西?
<head><title>Guido Neuhaus</title></head>
我不知道该怎么办。
我的网站
it's in your javascript file: http://guido-neuhaus.de/js/onepage.js
http://guido-neuhaus.de/js/onepage.js
document.title = 'Ego Studios' + ( targetSection.replace( /[_\-\#\!\.\/]/g, ' ' ));