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.
:target页面加载时是否可以有一个元素?
:target
该站点有多种语言选择,每种语言仅显示在:target. 当 index.htm 加载时,没有被:target编辑——我宁愿让用户看到其中一种语言。
(例如:burlupar.info)
我认为这里最好的选择是避免依赖 :target 来显示/隐藏语言。
标准是将每个语言的 div 设置为 display:none,然后根据需要使用 JavaScript 显示/隐藏 div。
例如,当其中一个链接为点击。设置完成后,您只需将其中一种语言设置为默认显示在 CSS 中即可。