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.
当我的访问者到达我的站点时,他们会看到一个带有“主题选择”的启动页面。当他们选择主题时,他们将被重定向到实际站点,该站点将根据他们的选择加载适当的外部样式表。为此,我想避免使用单选按钮;相反,只是一个可点击的链接。
在单击的链接上发送一个与 URL 连接的标志,并在登录页面上根据收到的标志选择样式表。如果以后需要,也可以将其保存在 session 或 coockies 中以供以后调用。