gpt4 book ai didi

html - 根据部分 url 为 div 加载新的 css 样式

转载 作者:行者123 更新时间:2023-11-28 07:26:57 26 4
gpt4 key购买 nike

我有 wwww.my-site.com - 当用户按下德国国旗时,它将到达 www.my-site.com/de/。现在,当显示该 URL 时,我只想更改菜单的字体大小。路径是 #topnav li a

我试过以下方法:

<script>
if (window.location.pathname('/de') === 0)
document.write('<style>#topnav li a{font-size: 15px!important;}</style>');
</script>

没有成功。非常欢迎任何帮助!

最佳答案

我想你的意思是:

if (window.location.pathname.indexOf('/de') === 0)

路径名 本身不是函数。

关于html - 根据部分 url 为 div 加载新的 css 样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31756425/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com